#BB525B

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

Shades of Mandy #BB525B

Tints of Mandy #BB525B

Color information

#BB525B (or 0xBB525B) is unknown color: approx Mandy. HEX triplet: BB, 52 and 5B. RGB value is (187,82,91). Sum of RGB (Red+Green+Blue) = 187+82+91=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB525B is #44ADA4. Grayscale: #727272. Windows color (decimal): -4500901 or 5984955. OLE color: 5984955.

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

Color convert

RGB1878291-
CMYK00.560.510.27
HSL354.86º43.57%52.75%-
HSV(B)354.86º56.15%73.33%-
XYZ25.417.3511.91-
YUV114.42114.79179.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=51.94%
G=22.78%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187829100.560.510.27354.8643.5752.75
HexBB525B038331B1632c35
Octal27312213307063335435465
Binary1011101110100101011011011100011001111011101100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB525B; }

 p { color: rgb(187,82,91); }

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

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

 a { background-color: rgb(187,82,91); }

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

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

 span { border-color: rgb(187,82,91); }

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