#BF4C42

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

Shades of Chestnut #BF4C42

Tints of Chestnut #BF4C42

Color information

#BF4C42 (or 0xBF4C42) is unknown color: approx Chestnut. HEX triplet: BF, 4C and 42. RGB value is (191,76,66). Sum of RGB (Red+Green+Blue) = 191+76+66=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C42 is #40B3BD. Grayscale: #6D6D6D. Windows color (decimal): -4240318 or 4345023. OLE color: 4345023.

HSL color Cylindrical-coordinate representation of color #BF4C42: hue angle of 4.8º 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 #BF4C42 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1917666-
CMYK00.600.650.25
HSL4.8º49.41%50.39%-
HSV(B)4.8º65.45%74.9%-
XYZ25.0516.647.05-
YUV109.24103.6186.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=57.36%
G=22.82%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191766600.600.650.254.849.4150.39
HexBF4C4203C411953132
Octal2771141020741013156162
Binary10111111100110010000100111100100000111001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C42; }

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

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

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

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

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

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

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

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