#BB3B3D

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

Shades of Mahogany #BB3B3D

Tints of Mahogany #BB3B3D

Color information

#BB3B3D (or 0xBB3B3D) is unknown color: approx Mahogany. HEX triplet: BB, 3B and 3D. RGB value is (187,59,61). Sum of RGB (Red+Green+Blue) = 187+59+61=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B3D is #44C4C2. Grayscale: #616161. Windows color (decimal): -4506819 or 4012987. OLE color: 4012987.

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

Color convert

RGB1875961-
CMYK00.680.670.27
HSL359.06º52.03%48.24%-
HSV(B)359.06º68.45%73.33%-
XYZ22.914.035.92-
YUV97.5107.41191.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=60.91%
G=19.22%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187596100.680.670.27359.0652.0348.24
HexBB3B3D044431B1673430
Octal27373750104103335476460
Binary1011101111101111110101000100100001111011101100111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B3D; }

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

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

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

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

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

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

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

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