#B05D4E

Color #B05D4E Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #B05D4E

Tints of Crail #B05D4E

Color information

#B05D4E (or 0xB05D4E) is unknown color: approx Crail. HEX triplet: B0, 5D and 4E. RGB value is (176,93,78). Sum of RGB (Red+Green+Blue) = 176+93+78=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D4E is #4FA2B1. Grayscale: #747474. Windows color (decimal): -5218994 or 5135792. OLE color: 5135792.

HSL color Cylindrical-coordinate representation of color #B05D4E: hue angle of 9.18º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05D4E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1769378-
CMYK00.470.560.31
HSL9.18º38.58%49.8%-
HSV(B)9.18º55.68%69.02%-
XYZ23.1917.619.38-
YUV116.11106.5170.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=50.72%
G=26.80%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176937800.470.560.319.1838.5849.8
HexB05D4E02F381F92732
Octal2601351160577037114762
Binary10110000101110110011100101111111000111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D4E; }

 p { color: rgb(176,93,78); }

 H1.HeaderClassName
 {
   color: #B05D4E;
 }
 .AnyTagClassName
 {
   color: #B05D4E;
 }
</style>
background-color css

<style>
 a { background-color: #B05D4E; }

 a { background-color: rgb(176,93,78); }

 div.DivClassName
 {
   background-color: #B05D4E;
 }
 .BgClassName
 {
   background-color: #B05D4E;
 }
</style>
border-color css

<style>
 span { border-color: #B05D4E; }

 span { border-color: rgb(176,93,78); }

 td.TdClassName
 {
   border-color: #B05D4E;
 }
 .TagClassName
 {
   border-color: #B05D4E;
 }
</style>