#BB5963

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

Shades of Blush #BB5963

Tints of Blush #BB5963

Color information

#BB5963 (or 0xBB5963) is unknown color: approx Blush. HEX triplet: BB, 59 and 63. RGB value is (187,89,99). Sum of RGB (Red+Green+Blue) = 187+89+99=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5963 is #44A69C. Grayscale: #777777. Windows color (decimal): -4499101 or 6511035. OLE color: 6511035.

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

Color convert

RGB1878999-
CMYK00.520.470.27
HSL353.88º41.88%54.12%-
HSV(B)353.88º52.41%73.33%-
XYZ26.3218.6114.01-
YUV119.44116.47176.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=49.87%
G=23.73%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187899900.520.470.27353.8841.8854.12
HexBB59630342F1B1622a36
Octal27313114306457335425266
Binary1011101110110011100011011010010111111011101100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5963; }

 p { color: rgb(187,89,99); }

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

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

 a { background-color: rgb(187,89,99); }

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

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

 span { border-color: rgb(187,89,99); }

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