#BC4645

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

Shades of Chestnut #BC4645

Tints of Chestnut #BC4645

Color information

#BC4645 (or 0xBC4645) is unknown color: approx Chestnut. HEX triplet: BC, 46 and 45. RGB value is (188,70,69). Sum of RGB (Red+Green+Blue) = 188+70+69=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4645 is #43B9BA. Grayscale: #696969. Windows color (decimal): -4438459 or 4540092. OLE color: 4540092.

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

Color convert

RGB1887069-
CMYK00.630.630.26
HSL0.5º47.04%50.39%-
HSV(B)0.5º63.3%73.73%-
XYZ2415.57.36-
YUV105.17107.59187.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=57.49%
G=21.41%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188706900.630.630.260.547.0450.39
HexBC464503F3F1A12f32
Octal274106105077773215762
Binary10111100100011010001010111111111111110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4645; }

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

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

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

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

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

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

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

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