#BB5766

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

Shades of Blush #BB5766

Tints of Blush #BB5766

Color information

#BB5766 (or 0xBB5766) is unknown color: approx Blush. HEX triplet: BB, 57 and 66. RGB value is (187,87,102). Sum of RGB (Red+Green+Blue) = 187+87+102=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5766 is #44A899. Grayscale: #767676. Windows color (decimal): -4499610 or 6707131. OLE color: 6707131.

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

Color convert

RGB18787102-
CMYK00.530.450.27
HSL351º42.37%53.73%-
HSV(B)351º53.48%73.33%-
XYZ26.318.3414.72-
YUV118.61118.63176.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=49.73%
G=23.14%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878710200.530.450.2735142.3753.73
HexBB57660352D1B15f2a36
Octal27312714606555335375266
Binary1011101110101111100110011010110110111011101011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5766; }

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

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

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

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

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

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

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

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