#BB3A3E

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

Shades of Mahogany #BB3A3E

Tints of Mahogany #BB3A3E

Color information

#BB3A3E (or 0xBB3A3E) is unknown color: approx Mahogany. HEX triplet: BB, 3A and 3E. RGB value is (187,58,62). Sum of RGB (Red+Green+Blue) = 187+58+62=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A3E is #44C5C1. Grayscale: #616161. Windows color (decimal): -4507074 or 4078267. OLE color: 4078267.

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

Color convert

RGB1875862-
CMYK00.690.670.27
HSL358.14º52.65%48.04%-
HSV(B)358.14º68.98%73.33%-
XYZ22.8813.946.04-
YUV97.03108.24192.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=60.91%
G=18.89%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187586200.690.670.27358.1452.6548.04
HexBB3A3E045431B1663530
Octal27372760105103335466560
Binary1011101111101011111001000101100001111011101100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A3E; }

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

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

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

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

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

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

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

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