#BB5772

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

Shades of Blush #BB5772

Tints of Blush #BB5772

Color information

#BB5772 (or 0xBB5772) is unknown color: approx Blush. HEX triplet: BB, 57 and 72. RGB value is (187,87,114). Sum of RGB (Red+Green+Blue) = 187+87+114=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5772 is #44A88D. Grayscale: #777777. Windows color (decimal): -4499598 or 7493563. OLE color: 7493563.

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

Color convert

RGB18787114-
CMYK00.530.390.27
HSL343.8º42.37%53.73%-
HSV(B)343.8º53.48%73.33%-
XYZ26.9418.618.09-
YUV119.98124.63175.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=48.20%
G=22.42%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878711400.530.390.27343.842.3753.73
HexBB5772035271B1582a36
Octal27312716206547335305266
Binary1011101110101111110010011010110011111011101011000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5772; }

 p { color: rgb(187,87,114); }

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

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

 a { background-color: rgb(187,87,114); }

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

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

 span { border-color: rgb(187,87,114); }

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