#B9433F

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

Shades of Chestnut #B9433F

Tints of Chestnut #B9433F

Color information

#B9433F (or 0xB9433F) is unknown color: approx Chestnut. HEX triplet: B9, 43 and 3F. RGB value is (185,67,63). Sum of RGB (Red+Green+Blue) = 185+67+63=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9433F is #46BCC0. Grayscale: #656565. Windows color (decimal): -4635841 or 4146105. OLE color: 4146105.

HSL color Cylindrical-coordinate representation of color #B9433F: hue angle of 1.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9433F is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1856763-
CMYK00.640.660.27
HSL1.97º49.19%48.63%-
HSV(B)1.97º65.95%72.55%-
XYZ22.9114.696.33-
YUV101.83106.09187.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 63 (25% from 255) = 20%
R=58.73%
G=21.27%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185676300.640.660.271.9749.1948.63
HexB9433F040421B23131
Octal2711037701001023326161
Binary1011100110000111111110100000010000101101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9433F; }

 p { color: rgb(185,67,63); }

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

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

 a { background-color: rgb(185,67,63); }

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

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

 span { border-color: rgb(185,67,63); }

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