#BC333A

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

Shades of Mahogany #BC333A

Tints of Mahogany #BC333A

Color information

#BC333A (or 0xBC333A) is unknown color: approx Mahogany. HEX triplet: BC, 33 and 3A. RGB value is (188,51,58). Sum of RGB (Red+Green+Blue) = 188+51+58=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC333A is #43CCC5. Grayscale: #5C5C5C. Windows color (decimal): -4443334 or 3814332. OLE color: 3814332.

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

Color convert

RGB1885158-
CMYK00.730.690.26
HSL356.93º57.32%46.86%-
HSV(B)356.93º72.87%73.73%-
XYZ22.6913.365.39-
YUV92.76108.39195.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.30%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=63.30%
G=17.17%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188515800.730.690.26356.9357.3246.86
HexBC333A049451A165392f
Octal27463720111105325457157
Binary1011110011001111101001001001100010111010101100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC333A; }

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

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

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

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

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

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

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

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