#bc443d

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

Shades of Chestnut #BC443D

Tints of Chestnut #BC443D

Color information

#BC443D (or 0xBC443D) is unknown color: approx Chestnut. HEX triplet: BC, 44 and 3D. RGB value is (188,68,61). Sum of RGB (Red+Green+Blue) = 188+68+61=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC443D is #43BBC2. Grayscale: #676767. Windows color (decimal): -4438979 or 4015292. OLE color: 4015292.

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

Color convert

RGB1886861-
CMYK00.640.680.26
HSL3.31º51%48.82%-
HSV(B)3.31º67.55%73.73%-
XYZ23.6515.166.1-
YUV103.08104.26188.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=59.31%
G=21.45%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188686100.640.680.263.315148.82
HexBC443D040441A33331
Octal2741047501001043236361
Binary1011110010001001111010100000010001001101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc443d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc443d; }

 p { color: rgb(188,68,61); }

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

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

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

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

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

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

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