#BC4D4A

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

Shades of Chestnut #BC4D4A

Tints of Chestnut #BC4D4A

Color information

#BC4D4A (or 0xBC4D4A) is unknown color: approx Chestnut. HEX triplet: BC, 4D and 4A. RGB value is (188,77,74). Sum of RGB (Red+Green+Blue) = 188+77+74=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D4A is #43B2B5. Grayscale: #6D6D6D. Windows color (decimal): -4436662 or 4869564. OLE color: 4869564.

HSL color Cylindrical-coordinate representation of color #BC4D4A: hue angle of 1.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4D4A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1887774-
CMYK00.590.610.26
HSL1.58º45.97%51.37%-
HSV(B)1.58º60.64%73.73%-
XYZ24.6316.498.36-
YUV109.85107.77183.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=55.46%
G=22.71%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188777400.590.610.261.5845.9751.37
HexBC4D4A03B3D1A22e33
Octal274115112073753225663
Binary101111001001101100101001110111111011101010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D4A; }

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

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

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

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

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

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

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

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