#BB4546

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

Shades of Mahogany #BB4546

Tints of Mahogany #BB4546

Color information

#BB4546 (or 0xBB4546) is unknown color: approx Mahogany. HEX triplet: BB, 45 and 46. RGB value is (187,69,70). Sum of RGB (Red+Green+Blue) = 187+69+70=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4546 is #44BAB9. Grayscale: #686868. Windows color (decimal): -4504250 or 4605371. OLE color: 4605371.

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

Color convert

RGB1876970-
CMYK00.630.630.27
HSL359.49º46.46%50.2%-
HSV(B)359.49º63.1%73.33%-
XYZ23.7315.267.49-
YUV104.4108.59186.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=57.36%
G=21.17%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187697000.630.630.27359.4946.4650.2
HexBB454603F3F1B1672e32
Octal27310510607777335475662
Binary1011101110001011000110011111111111111011101100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4546; }

 p { color: rgb(187,69,70); }

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

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

 a { background-color: rgb(187,69,70); }

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

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

 span { border-color: rgb(187,69,70); }

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