#BC3A3C

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

Shades of Mahogany #BC3A3C

Tints of Mahogany #BC3A3C

Color information

#BC3A3C (or 0xBC3A3C) is unknown color: approx Mahogany. HEX triplet: BC, 3A and 3C. RGB value is (188,58,60). Sum of RGB (Red+Green+Blue) = 188+58+60=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A3C is #43C5C3. Grayscale: #616161. Windows color (decimal): -4441540 or 3947196. OLE color: 3947196.

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

Color convert

RGB1885860-
CMYK00.690.680.26
HSL359.08º52.85%48.24%-
HSV(B)359.08º69.15%73.73%-
XYZ23.0714.045.77-
YUV97.1107.07192.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.44%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 60 (23.83% from 255) = 19.61%
R=61.44%
G=18.95%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188586000.690.680.26359.0852.8548.24
HexBC3A3C045441A1673530
Octal27472740105104325476560
Binary1011110011101011110001000101100010011010101100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3A3C; }

 p { color: rgb(188,58,60); }

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

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

 a { background-color: rgb(188,58,60); }

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

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

 span { border-color: rgb(188,58,60); }

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