#BB393B

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

Shades of Mahogany #BB393B

Tints of Mahogany #BB393B

Color information

#BB393B (or 0xBB393B) is unknown color: approx Mahogany. HEX triplet: BB, 39 and 3B. RGB value is (187,57,59). Sum of RGB (Red+Green+Blue) = 187+57+59=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB393B is #44C6C4. Grayscale: #606060. Windows color (decimal): -4507333 or 3881403. OLE color: 3881403.

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

Color convert

RGB1875759-
CMYK00.700.680.27
HSL359.08º53.28%47.84%-
HSV(B)359.08º69.52%73.33%-
XYZ22.7513.815.6-
YUV96.1107.07192.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=61.72%
G=18.81%
B=19.47%

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
Decimal187575900.700.680.27359.0853.2847.84
HexBB393B046441B1673530
Octal27371730106104335476560
Binary1011101111100111101101000110100010011011101100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB393B; }

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

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

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

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

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

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

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

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