#BC3C3E

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

Shades of Mahogany #BC3C3E

Tints of Mahogany #BC3C3E

Color information

#BC3C3E (or 0xBC3C3E) is unknown color: approx Mahogany. HEX triplet: BC, 3C and 3E. RGB value is (188,60,62). Sum of RGB (Red+Green+Blue) = 188+60+62=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C3E is #43C3C1. Grayscale: #626262. Windows color (decimal): -4441026 or 4078780. OLE color: 4078780.

HSL color Cylindrical-coordinate representation of color #BC3C3E: hue angle of 359.06º degrees, saturation: 0.52, 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 #BC3C3E is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1886062-
CMYK00.680.670.26
HSL359.06º51.61%48.63%-
HSV(B)359.06º68.09%73.73%-
XYZ23.2214.276.09-
YUV98.5107.41191.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.65%
GREEN value IS 60 (23.83% from 255) = 19.35%
BLUE value IS 62 (24.61% from 255) = 20%
R=60.65%
G=19.35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188606200.680.670.26359.0651.6148.63
HexBC3C3E044431A1673431
Octal27474760104103325476461
Binary1011110011110011111001000100100001111010101100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3C3E; }

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

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

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

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

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

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

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

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