#BC423F

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

Shades of Chestnut #BC423F

Tints of Chestnut #BC423F

Color information

#BC423F (or 0xBC423F) is unknown color: approx Chestnut. HEX triplet: BC, 42 and 3F. RGB value is (188,66,63). Sum of RGB (Red+Green+Blue) = 188+66+63=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC423F is #43BDC0. Grayscale: #666666. Windows color (decimal): -4439489 or 4145852. OLE color: 4145852.

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

Color convert

RGB1886663-
CMYK00.650.660.26
HSL1.44º49.8%49.22%-
HSV(B)1.44º66.49%73.73%-
XYZ23.5814.956.34-
YUV102.14105.92189.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 63 (25% from 255) = 19.87%
R=59.31%
G=20.82%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188666300.650.660.261.4449.849.22
HexBC423F041421A13231
Octal2741027701011023216261
Binary101111001000010111111010000011000010110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC423F; }

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

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

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

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

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

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

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

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