#BB525F

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

Shades of Blush #BB525F

Tints of Blush #BB525F

Color information

#BB525F (or 0xBB525F) is unknown color: approx Blush. HEX triplet: BB, 52 and 5F. RGB value is (187,82,95). Sum of RGB (Red+Green+Blue) = 187+82+95=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB525F is #44ADA0. Grayscale: #727272. Windows color (decimal): -4500897 or 6247099. OLE color: 6247099.

HSL color Cylindrical-coordinate representation of color #BB525F: hue angle of 352.57º 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 #BB525F is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1878295-
CMYK00.560.490.27
HSL352.57º43.57%52.75%-
HSV(B)352.57º56.15%73.33%-
XYZ25.5817.4312.84-
YUV114.88116.79179.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=51.37%
G=22.53%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187829500.560.490.27352.5743.5752.75
HexBB525F038311B1612c35
Octal27312213707061335415465
Binary1011101110100101011111011100011000111011101100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB525F; }

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

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

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

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

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

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

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

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