#BF4B47

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

Shades of Chestnut #BF4B47

Tints of Chestnut #BF4B47

Color information

#BF4B47 (or 0xBF4B47) is unknown color: approx Chestnut. HEX triplet: BF, 4B and 47. RGB value is (191,75,71). Sum of RGB (Red+Green+Blue) = 191+75+71=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B47 is #40B4B8. Grayscale: #6D6D6D. Windows color (decimal): -4240569 or 4672447. OLE color: 4672447.

HSL color Cylindrical-coordinate representation of color #BF4B47: hue angle of 2º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4B47 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1917571-
CMYK00.610.630.25
HSL48.39%51.37%-
HSV(B)62.83%74.9%-
XYZ25.1416.567.83-
YUV109.23106.43186.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=56.68%
G=22.26%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191757100.610.630.25248.3951.37
HexBF4B4703D3F1923033
Octal277113107075773126063
Binary101111111001011100011101111011111111100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B47; }

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

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

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

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

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

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

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

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