#BB353A

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

Shades of Mahogany #BB353A

Tints of Mahogany #BB353A

Color information

#BB353A (or 0xBB353A) is unknown color: approx Mahogany. HEX triplet: BB, 35 and 3A. RGB value is (187,53,58). Sum of RGB (Red+Green+Blue) = 187+53+58=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB353A is #44CAC5. Grayscale: #5D5D5D. Windows color (decimal): -4508358 or 3814843. OLE color: 3814843.

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

Color convert

RGB1875358-
CMYK00.720.690.27
HSL357.76º55.83%47.06%-
HSV(B)357.76º71.66%73.33%-
XYZ22.5313.425.41-
YUV93.64107.89194.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=62.75%
G=17.79%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187535800.720.690.27357.7655.8347.06
HexBB353A048451B166382f
Octal27365720110105335467057
Binary1011101111010111101001001000100010111011101100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB353A; }

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

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

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

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

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

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

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

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