#BB373C

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

Shades of Mahogany #BB373C

Tints of Mahogany #BB373C

Color information

#BB373C (or 0xBB373C) is unknown color: approx Mahogany. HEX triplet: BB, 37 and 3C. RGB value is (187,55,60). Sum of RGB (Red+Green+Blue) = 187+55+60=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB373C is #44C8C3. Grayscale: #5F5F5F. Windows color (decimal): -4507844 or 3946427. OLE color: 3946427.

HSL color Cylindrical-coordinate representation of color #BB373C: hue angle of 357.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB373C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1875560-
CMYK00.710.680.27
HSL357.73º54.55%47.45%-
HSV(B)357.73º70.59%73.33%-
XYZ22.6813.625.71-
YUV95.04108.23193.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=61.92%
G=18.21%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187556000.710.680.27357.7354.5547.45
HexBB373C047441B166372f
Octal27367740107104335466757
Binary1011101111011111110001000111100010011011101100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB373C; }

 p { color: rgb(187,55,60); }

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

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

 a { background-color: rgb(187,55,60); }

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

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

 span { border-color: rgb(187,55,60); }

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