#BC483F

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

Shades of Chestnut #BC483F

Tints of Chestnut #BC483F

Color information

#BC483F (or 0xBC483F) is unknown color: approx Chestnut. HEX triplet: BC, 48 and 3F. RGB value is (188,72,63). Sum of RGB (Red+Green+Blue) = 188+72+63=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC483F is #43B7C0. Grayscale: #696969. Windows color (decimal): -4437953 or 4147388. OLE color: 4147388.

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

Color convert

RGB1887263-
CMYK00.620.660.26
HSL4.32º49.8%49.22%-
HSV(B)4.32º66.49%73.73%-
XYZ23.9515.686.47-
YUV105.66103.93186.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.20%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 63 (25% from 255) = 19.50%
R=58.20%
G=22.29%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188726300.620.660.264.3249.849.22
HexBC483F03E421A43231
Octal274110770761023246261
Binary1011110010010001111110111110100001011010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC483F; }

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

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

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

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

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

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

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

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