#BB393A

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

Shades of Mahogany #BB393A

Tints of Mahogany #BB393A

Color information

#BB393A (or 0xBB393A) is unknown color: approx Mahogany. HEX triplet: BB, 39 and 3A. RGB value is (187,57,58). Sum of RGB (Red+Green+Blue) = 187+57+58=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB393A is #44C6C5. Grayscale: #606060. Windows color (decimal): -4507334 or 3815867. OLE color: 3815867.

HSL color Cylindrical-coordinate representation of color #BB393A: hue angle of 359.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB393A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1875758-
CMYK00.700.690.27
HSL359.54º53.28%47.84%-
HSV(B)359.54º69.52%73.33%-
XYZ22.7213.85.47-
YUV95.98106.57192.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=61.92%
G=18.87%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187575800.700.690.27359.5453.2847.84
HexBB393A046451B1683530
Octal27371720106105335506560
Binary1011101111100111101001000110100010111011101101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB393A; }

 p { color: rgb(187,57,58); }

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

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

 a { background-color: rgb(187,57,58); }

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

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

 span { border-color: rgb(187,57,58); }

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