#bc4a40

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

Shades of Chestnut #BC4A40

Tints of Chestnut #BC4A40

Color information

#BC4A40 (or 0xBC4A40) is unknown color: approx Chestnut. HEX triplet: BC, 4A and 40. RGB value is (188,74,64). Sum of RGB (Red+Green+Blue) = 188+74+64=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A40 is #43B5BF. Grayscale: #6B6B6B. Windows color (decimal): -4437440 or 4213436. OLE color: 4213436.

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

Color convert

RGB1887464-
CMYK00.610.660.26
HSL4.84º49.21%49.41%-
HSV(B)4.84º65.96%73.73%-
XYZ24.1115.966.66-
YUV106.95103.77185.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=57.67%
G=22.70%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188746400.610.660.264.8449.2149.41
HexBC4A4003D421A53131
Octal2741121000751023256161
Binary10111100100101010000000111101100001011010101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4a40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4a40; }

 p { color: rgb(188,74,64); }

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

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

 a { background-color: rgb(188,74,64); }

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

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

 span { border-color: rgb(188,74,64); }

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