#BC473F

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

Shades of Chestnut #BC473F

Tints of Chestnut #BC473F

Color information

#BC473F (or 0xBC473F) is unknown color: approx Chestnut. HEX triplet: BC, 47 and 3F. RGB value is (188,71,63). Sum of RGB (Red+Green+Blue) = 188+71+63=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC473F is #43B8C0. Grayscale: #696969. Windows color (decimal): -4438209 or 4147132. OLE color: 4147132.

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

Color convert

RGB1887163-
CMYK00.620.660.26
HSL3.84º49.8%49.22%-
HSV(B)3.84º66.49%73.73%-
XYZ23.8915.566.45-
YUV105.07104.26187.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.39%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 63 (25% from 255) = 19.57%
R=58.39%
G=22.05%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188716300.620.660.263.8449.849.22
HexBC473F03E421A43231
Octal274107770761023246261
Binary1011110010001111111110111110100001011010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC473F; }

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

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

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

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

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

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

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

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