#BC5044

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

Shades of Chestnut #BC5044

Tints of Chestnut #BC5044

Color information

#BC5044 (or 0xBC5044) is unknown color: approx Chestnut. HEX triplet: BC, 50 and 44. RGB value is (188,80,68). Sum of RGB (Red+Green+Blue) = 188+80+68=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5044 is #43AFBB. Grayscale: #6F6F6F. Windows color (decimal): -4435900 or 4477116. OLE color: 4477116.

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

Color convert

RGB1888068-
CMYK00.570.640.26
HSL47.24%50.2%-
HSV(B)63.83%73.73%-
XYZ24.6516.857.42-
YUV110.92103.78182.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=55.95%
G=23.81%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188806800.570.640.26647.2450.2
HexBC5044039401A62f32
Octal2741201040711003265762
Binary10111100101000010001000111001100000011010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5044; }

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

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

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

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

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

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

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

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