#BC4D45

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

Shades of Chestnut #BC4D45

Tints of Chestnut #BC4D45

Color information

#BC4D45 (or 0xBC4D45) is unknown color: approx Chestnut. HEX triplet: BC, 4D and 45. RGB value is (188,77,69). Sum of RGB (Red+Green+Blue) = 188+77+69=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D45 is #43B2BA. Grayscale: #6D6D6D. Windows color (decimal): -4436667 or 4541884. OLE color: 4541884.

HSL color Cylindrical-coordinate representation of color #BC4D45: hue angle of 4.03º 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 #BC4D45 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1887769-
CMYK00.590.630.26
HSL4.03º47.04%50.39%-
HSV(B)4.03º63.3%73.73%-
XYZ24.4716.437.51-
YUV109.28105.27184.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.29%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=56.29%
G=23.05%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188776900.590.630.264.0347.0450.39
HexBC4D4503B3F1A42f32
Octal274115105073773245762
Binary1011110010011011000101011101111111111010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D45; }

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

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

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

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

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

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

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

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