#BF4541

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

Shades of Chestnut #BF4541

Tints of Chestnut #BF4541

Color information

#BF4541 (or 0xBF4541) is unknown color: approx Chestnut. HEX triplet: BF, 45 and 41. RGB value is (191,69,65). Sum of RGB (Red+Green+Blue) = 191+69+65=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4541 is #40BABE. Grayscale: #696969. Windows color (decimal): -4242111 or 4277695. OLE color: 4277695.

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

Color convert

RGB1916965-
CMYK00.640.660.25
HSL1.9º49.61%50.2%-
HSV(B)1.9º65.97%74.9%-
XYZ24.5715.716.74-
YUV105.02105.42189.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.77%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 65 (25.78% from 255) = 20%
R=58.77%
G=21.23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191696500.640.660.251.949.6150.2
HexBF4541040421923232
Octal27710510101001023126262
Binary10111111100010110000010100000010000101100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4541; }

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

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

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

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

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

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

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

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