#BB3A3B

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

Shades of Mahogany #BB3A3B

Tints of Mahogany #BB3A3B

Color information

#BB3A3B (or 0xBB3A3B) is unknown color: approx Mahogany. HEX triplet: BB, 3A and 3B. RGB value is (187,58,59). Sum of RGB (Red+Green+Blue) = 187+58+59=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A3B is #44C5C4. Grayscale: #606060. Windows color (decimal): -4507077 or 3881659. OLE color: 3881659.

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

Color convert

RGB1875859-
CMYK00.690.680.27
HSL359.53º52.65%48.04%-
HSV(B)359.53º68.98%73.33%-
XYZ22.813.915.62-
YUV96.68106.74192.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=61.51%
G=19.08%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187585900.690.680.27359.5352.6548.04
HexBB3A3B045441B1683530
Octal27372730105104335506560
Binary1011101111101011101101000101100010011011101101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A3B; }

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

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

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

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

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

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

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

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