#BF4542

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

Shades of Chestnut #BF4542

Tints of Chestnut #BF4542

Color information

#BF4542 (or 0xBF4542) is unknown color: approx Chestnut. HEX triplet: BF, 45 and 42. RGB value is (191,69,66). Sum of RGB (Red+Green+Blue) = 191+69+66=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4542 is #40BABD. Grayscale: #696969. Windows color (decimal): -4242110 or 4343231. OLE color: 4343231.

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

Color convert

RGB1916966-
CMYK00.640.650.25
HSL1.44º49.41%50.39%-
HSV(B)1.44º65.45%74.9%-
XYZ24.615.736.89-
YUV105.14105.92189.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=58.59%
G=21.17%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191696600.640.650.251.4449.4150.39
HexBF4542040411913132
Octal27710510201001013116162
Binary1011111110001011000010010000001000001110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4542; }

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

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

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

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

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

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

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

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