#BC4743

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

Shades of Chestnut #BC4743

Tints of Chestnut #BC4743

Color information

#BC4743 (or 0xBC4743) is unknown color: approx Chestnut. HEX triplet: BC, 47 and 43. RGB value is (188,71,67). Sum of RGB (Red+Green+Blue) = 188+71+67=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4743 is #43B8BC. Grayscale: #696969. Windows color (decimal): -4438205 or 4409276. OLE color: 4409276.

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

Color convert

RGB1887167-
CMYK00.620.640.26
HSL1.98º47.45%50%-
HSV(B)1.98º64.36%73.73%-
XYZ24.0115.67.06-
YUV105.53106.26186.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=57.67%
G=21.78%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188716700.620.640.261.9847.4550
HexBC474303E401A22f32
Octal2741071030761003225762
Binary1011110010001111000011011111010000001101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4743; }

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

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

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

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

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

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

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

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