#BF4B42

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

Shades of Chestnut #BF4B42

Tints of Chestnut #BF4B42

Color information

#BF4B42 (or 0xBF4B42) is unknown color: approx Chestnut. HEX triplet: BF, 4B and 42. RGB value is (191,75,66). Sum of RGB (Red+Green+Blue) = 191+75+66=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B42 is #40B4BD. Grayscale: #6C6C6C. Windows color (decimal): -4240574 or 4344767. OLE color: 4344767.

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

Color convert

RGB1917566-
CMYK00.610.650.25
HSL4.32º49.41%50.39%-
HSV(B)4.32º65.45%74.9%-
XYZ24.9916.57.02-
YUV108.66103.93186.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=57.53%
G=22.59%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191756600.610.650.254.3249.4150.39
HexBF4B4203D411943132
Octal2771131020751013146162
Binary10111111100101110000100111101100000111001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B42; }

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

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

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

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

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

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

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

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