#BB3235

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

Shades of Mahogany #BB3235

Tints of Mahogany #BB3235

Color information

#BB3235 (or 0xBB3235) is unknown color: approx Mahogany. HEX triplet: BB, 32 and 35. RGB value is (187,50,53). Sum of RGB (Red+Green+Blue) = 187+50+53=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3235 is #44CDCA. Grayscale: #5B5B5B. Windows color (decimal): -4509131 or 3486395. OLE color: 3486395.

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

Color convert

RGB1875053-
CMYK00.730.720.27
HSL358.69º57.81%46.47%-
HSV(B)358.69º73.26%73.33%-
XYZ22.2813.14.72-
YUV91.3106.39196.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.48%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=64.48%
G=17.24%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187505300.730.720.27358.6957.8146.47
HexBB3235049481B1673a2e
Octal27362650111110335477256
Binary1011101111001011010101001001100100011011101100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3235; }

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

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

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

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

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

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

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

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