#BC2F36

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

Shades of Mahogany #BC2F36

Tints of Mahogany #BC2F36

Color information

#BC2F36 (or 0xBC2F36) is unknown color: approx Mahogany. HEX triplet: BC, 2F and 36. RGB value is (188,47,54). Sum of RGB (Red+Green+Blue) = 188+47+54=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F36 is #43D0C9. Grayscale: #5A5A5A. Windows color (decimal): -4444362 or 3551164. OLE color: 3551164.

HSL color Cylindrical-coordinate representation of color #BC2F36: hue angle of 357.02º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F36 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1884754-
CMYK00.750.710.26
HSL357.02º60%46.08%-
HSV(B)357.02º75%73.73%-
XYZ22.4212.994.82-
YUV89.96107.71197.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.05%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=65.05%
G=16.26%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188475400.750.710.26357.026046.08
HexBC2F3604B471A1653c2e
Octal27457660113107325457456
Binary1011110010111111011001001011100011111010101100101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2F36; }

 p { color: rgb(188,47,54); }

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

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

 a { background-color: rgb(188,47,54); }

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

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

 span { border-color: rgb(188,47,54); }

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