#BC4B41

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

Shades of Chestnut #BC4B41

Tints of Chestnut #BC4B41

Color information

#BC4B41 (or 0xBC4B41) is unknown color: approx Chestnut. HEX triplet: BC, 4B and 41. RGB value is (188,75,65). Sum of RGB (Red+Green+Blue) = 188+75+65=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B41 is #43B4BE. Grayscale: #6B6B6B. Windows color (decimal): -4437183 or 4279228. OLE color: 4279228.

HSL color Cylindrical-coordinate representation of color #BC4B41: hue angle of 4.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4B41 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1887565-
CMYK00.600.650.26
HSL4.88º48.62%49.61%-
HSV(B)4.88º65.43%73.73%-
XYZ24.2116.116.83-
YUV107.65103.94185.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.32%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=57.32%
G=22.87%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188756500.600.650.264.8848.6249.61
HexBC4B4103C411A53132
Octal2741131010741013256162
Binary10111100100101110000010111100100000111010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B41; }

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

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

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

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

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

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

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

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