#BC473E

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

Shades of Chestnut #BC473E

Tints of Chestnut #BC473E

Color information

#BC473E (or 0xBC473E) is unknown color: approx Chestnut. HEX triplet: BC, 47 and 3E. RGB value is (188,71,62). Sum of RGB (Red+Green+Blue) = 188+71+62=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC473E is #43B8C1. Grayscale: #696969. Windows color (decimal): -4438210 or 4081596. OLE color: 4081596.

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

Color convert

RGB1887162-
CMYK00.620.670.26
HSL4.29º50.4%49.02%-
HSV(B)4.29º67.02%73.73%-
XYZ23.8615.556.3-
YUV104.96103.76187.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.57%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=58.57%
G=22.12%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188716200.620.670.264.2950.449.02
HexBC473E03E431A43231
Octal274107760761033246261
Binary1011110010001111111100111110100001111010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC473E; }

 p { color: rgb(188,71,62); }

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

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

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

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

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

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

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