#BC5045

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

Shades of Chestnut #BC5045

Tints of Chestnut #BC5045

Color information

#BC5045 (or 0xBC5045) is unknown color: approx Chestnut. HEX triplet: BC, 50 and 45. RGB value is (188,80,69). Sum of RGB (Red+Green+Blue) = 188+80+69=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5045 is #43AFBA. Grayscale: #6F6F6F. Windows color (decimal): -4435899 or 4542652. OLE color: 4542652.

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

Color convert

RGB1888069-
CMYK00.570.630.26
HSL5.55º47.04%50.39%-
HSV(B)5.55º63.3%73.73%-
XYZ24.6816.867.58-
YUV111.04104.28182.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=55.79%
G=23.74%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188806900.570.630.265.5547.0450.39
HexBC50450393F1A62f32
Octal274120105071773265762
Binary1011110010100001000101011100111111111010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5045; }

 p { color: rgb(188,80,69); }

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

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

 a { background-color: rgb(188,80,69); }

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

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

 span { border-color: rgb(188,80,69); }

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