#BF4742

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

Shades of Chestnut #BF4742

Tints of Chestnut #BF4742

Color information

#BF4742 (or 0xBF4742) is unknown color: approx Chestnut. HEX triplet: BF, 47 and 42. RGB value is (191,71,66). Sum of RGB (Red+Green+Blue) = 191+71+66=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4742 is #40B8BD. Grayscale: #6A6A6A. Windows color (decimal): -4241598 or 4343743. OLE color: 4343743.

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

Color convert

RGB1917166-
CMYK00.630.650.25
HSL2.4º49.41%50.39%-
HSV(B)2.4º65.45%74.9%-
XYZ24.7215.986.93-
YUV106.31105.26188.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.23%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=58.23%
G=21.65%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191716600.630.650.252.449.4150.39
HexBF474203F411923132
Octal2771071020771013126162
Binary1011111110001111000010011111110000011100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4742; }

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

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

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

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

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

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

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

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