#BB393C

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

Shades of Mahogany #BB393C

Tints of Mahogany #BB393C

Color information

#BB393C (or 0xBB393C) is unknown color: approx Mahogany. HEX triplet: BB, 39 and 3C. RGB value is (187,57,60). Sum of RGB (Red+Green+Blue) = 187+57+60=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB393C is #44C6C3. Grayscale: #606060. Windows color (decimal): -4507332 or 3946939. OLE color: 3946939.

HSL color Cylindrical-coordinate representation of color #BB393C: hue angle of 358.62º 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 #BB393C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1875760-
CMYK00.700.680.27
HSL358.62º53.28%47.84%-
HSV(B)358.62º69.52%73.33%-
XYZ22.7713.825.74-
YUV96.21107.57192.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=61.51%
G=18.75%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187576000.700.680.27358.6253.2847.84
HexBB393C046441B1673530
Octal27371740106104335476560
Binary1011101111100111110001000110100010011011101100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB393C; }

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

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

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

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

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

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

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

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