#BB5160

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

Shades of Blush #BB5160

Tints of Blush #BB5160

Color information

#BB5160 (or 0xBB5160) is unknown color: approx Blush. HEX triplet: BB, 51 and 60. RGB value is (187,81,96). Sum of RGB (Red+Green+Blue) = 187+81+96=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5160 is #44AE9F. Grayscale: #727272. Windows color (decimal): -4501152 or 6312379. OLE color: 6312379.

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

Color convert

RGB1878196-
CMYK00.570.490.27
HSL351.51º43.8%52.55%-
HSV(B)351.51º56.68%73.33%-
XYZ25.5517.2913.06-
YUV114.4117.62179.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=51.37%
G=22.25%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187819600.570.490.27351.5143.852.55
HexBB5160039311B1602c35
Octal27312114007161335405465
Binary1011101110100011100000011100111000111011101100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5160; }

 p { color: rgb(187,81,96); }

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

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

 a { background-color: rgb(187,81,96); }

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

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

 span { border-color: rgb(187,81,96); }

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