#BC4E4E

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

Shades of Chestnut #BC4E4E

Tints of Chestnut #BC4E4E

Color information

#BC4E4E (or 0xBC4E4E) is unknown color: approx Chestnut. HEX triplet: BC, 4E and 4E. RGB value is (188,78,78). Sum of RGB (Red+Green+Blue) = 188+78+78=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E4E is #43B1B1. Grayscale: #6E6E6E. Windows color (decimal): -4436402 or 5131964. OLE color: 5131964.

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

Color convert

RGB1887878-
CMYK00.590.590.26
HSL45.08%52.16%-
HSV(B)58.51%73.73%-
XYZ24.8416.699.12-
YUV110.89109.44183-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.65%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=54.65%
G=22.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188787800.590.590.26045.0852.16
HexBC4E4E03B3B1A02d34
Octal274116116073733205564
Binary10111100100111010011100111011111011110100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4E4E; }

 p { color: rgb(188,78,78); }

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

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

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

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

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

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

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