#B05843

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

Shades of Crail #B05843

Tints of Crail #B05843

Color information

#B05843 (or 0xB05843) is unknown color: approx Crail. HEX triplet: B0, 58 and 43. RGB value is (176,88,67). Sum of RGB (Red+Green+Blue) = 176+88+67=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B05843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05843 is #4FA7BC. Grayscale: #707070. Windows color (decimal): -5220285 or 4413616. OLE color: 4413616.

HSL color Cylindrical-coordinate representation of color #B05843: hue angle of 11.56º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05843 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1768867-
CMYK00.500.620.31
HSL11.56º44.86%47.65%-
HSV(B)11.56º61.93%69.02%-
XYZ22.4116.617.34-
YUV111.92102.65173.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 67 (26.56% from 255) = 20.24%
R=53.17%
G=26.59%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176886700.500.620.3111.5644.8647.65
HexB058430323E1Fc2d30
Octal2601301030627637145560
Binary10110000101100010000110110010111110111111100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05843; }

 p { color: rgb(176,88,67); }

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

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

 a { background-color: rgb(176,88,67); }

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

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

 span { border-color: rgb(176,88,67); }

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