#BC463F

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

Shades of Chestnut #BC463F

Tints of Chestnut #BC463F

Color information

#BC463F (or 0xBC463F) is unknown color: approx Chestnut. HEX triplet: BC, 46 and 3F. RGB value is (188,70,63). Sum of RGB (Red+Green+Blue) = 188+70+63=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC463F is #43B9C0. Grayscale: #686868. Windows color (decimal): -4438465 or 4146876. OLE color: 4146876.

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

Color convert

RGB1887063-
CMYK00.630.660.26
HSL3.36º49.8%49.22%-
HSV(B)3.36º66.49%73.73%-
XYZ23.8315.436.43-
YUV104.48104.59187.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.57%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 63 (25% from 255) = 19.63%
R=58.57%
G=21.81%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188706300.630.660.263.3649.849.22
HexBC463F03F421A33231
Octal274106770771023236261
Binary101111001000110111111011111110000101101011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC463F; }

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

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

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

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

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

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

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

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