#BB5863

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

Shades of Blush #BB5863

Tints of Blush #BB5863

Color information

#BB5863 (or 0xBB5863) is unknown color: approx Blush. HEX triplet: BB, 58 and 63. RGB value is (187,88,99). Sum of RGB (Red+Green+Blue) = 187+88+99=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5863 is #44A79C. Grayscale: #767676. Windows color (decimal): -4499357 or 6510779. OLE color: 6510779.

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

Color convert

RGB1878899-
CMYK00.530.470.27
HSL353.33º42.13%53.92%-
HSV(B)353.33º52.94%73.33%-
XYZ26.2418.4513.98-
YUV118.85116.8176.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=50%
G=23.53%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187889900.530.470.27353.3342.1353.92
HexBB58630352F1B1612a36
Octal27313014306557335415266
Binary1011101110110001100011011010110111111011101100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5863; }

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

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

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

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

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

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

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

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