#BF4B41

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

Shades of Chestnut #BF4B41

Tints of Chestnut #BF4B41

Color information

#BF4B41 (or 0xBF4B41) is unknown color: approx Chestnut. HEX triplet: BF, 4B and 41. RGB value is (191,75,65). Sum of RGB (Red+Green+Blue) = 191+75+65=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B41 is #40B4BE. Grayscale: #6C6C6C. Windows color (decimal): -4240575 or 4279231. OLE color: 4279231.

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

Color convert

RGB1917565-
CMYK00.610.660.25
HSL4.76º49.61%50.2%-
HSV(B)4.76º65.97%74.9%-
XYZ24.9616.496.87-
YUV108.54103.43186.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=57.70%
G=22.66%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191756500.610.660.254.7649.6150.2
HexBF4B4103D421953232
Octal2771131010751023156262
Binary10111111100101110000010111101100001011001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B41; }

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

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

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

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

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

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

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

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