#BF4A41

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

Shades of Chestnut #BF4A41

Tints of Chestnut #BF4A41

Color information

#BF4A41 (or 0xBF4A41) is unknown color: approx Chestnut. HEX triplet: BF, 4A and 41. RGB value is (191,74,65). Sum of RGB (Red+Green+Blue) = 191+74+65=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A41 is #40B5BE. Grayscale: #6C6C6C. Windows color (decimal): -4240831 or 4278975. OLE color: 4278975.

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

Color convert

RGB1917465-
CMYK00.610.660.25
HSL4.29º49.61%50.2%-
HSV(B)4.29º65.97%74.9%-
XYZ24.8916.366.85-
YUV107.96103.76187.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=57.88%
G=22.42%
B=19.70%

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
Decimal191746500.610.660.254.2949.6150.2
HexBF4A4103D421943232
Octal2771121010751023146262
Binary10111111100101010000010111101100001011001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A41; }

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

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

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

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

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

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

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

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