#BB3D3E

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

Shades of Mahogany #BB3D3E

Tints of Mahogany #BB3D3E

Color information

#BB3D3E (or 0xBB3D3E) is unknown color: approx Mahogany. HEX triplet: BB, 3D and 3E. RGB value is (187,61,62). Sum of RGB (Red+Green+Blue) = 187+61+62=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D3E is #44C2C1. Grayscale: #626262. Windows color (decimal): -4506306 or 4079035. OLE color: 4079035.

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

Color convert

RGB1876162-
CMYK00.670.670.27
HSL359.52º50.81%48.63%-
HSV(B)359.52º67.38%73.33%-
XYZ23.0314.256.09-
YUV98.79107.24190.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 61 (24.22% from 255) = 19.68%
BLUE value IS 62 (24.61% from 255) = 20%
R=60.32%
G=19.68%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187616200.670.670.27359.5250.8148.63
HexBB3D3E043431B1683331
Octal27375760103103335506361
Binary1011101111110111111001000011100001111011101101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D3E; }

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

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

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

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

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

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

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

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