#BF4942

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

Shades of Chestnut #BF4942

Tints of Chestnut #BF4942

Color information

#BF4942 (or 0xBF4942) is unknown color: approx Chestnut. HEX triplet: BF, 49 and 42. RGB value is (191,73,66). Sum of RGB (Red+Green+Blue) = 191+73+66=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4942 is #40B6BD. Grayscale: #6B6B6B. Windows color (decimal): -4241086 or 4344255. OLE color: 4344255.

HSL color Cylindrical-coordinate representation of color #BF4942: hue angle of 3.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4942 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1917366-
CMYK00.620.650.25
HSL3.36º49.41%50.39%-
HSV(B)3.36º65.45%74.9%-
XYZ24.8516.236.98-
YUV107.48104.59187.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 66 (26.17% from 255) = 20%
R=57.88%
G=22.12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191736600.620.650.253.3649.4150.39
HexBF494203E411933132
Octal2771111020761013136162
Binary1011111110010011000010011111010000011100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4942; }

 p { color: rgb(191,73,66); }

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

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

 a { background-color: rgb(191,73,66); }

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

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

 span { border-color: rgb(191,73,66); }

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