#BB586B

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

Shades of Blush #BB586B

Tints of Blush #BB586B

Color information

#BB586B (or 0xBB586B) is unknown color: approx Blush. HEX triplet: BB, 58 and 6B. RGB value is (187,88,107). Sum of RGB (Red+Green+Blue) = 187+88+107=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB586B is #44A794. Grayscale: #777777. Windows color (decimal): -4499349 or 7035067. OLE color: 7035067.

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

Color convert

RGB18788107-
CMYK00.530.430.27
HSL348.48º42.13%53.92%-
HSV(B)348.48º52.94%73.33%-
XYZ26.6418.6116.1-
YUV119.77120.8175.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=48.95%
G=23.04%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878810700.530.430.27348.4842.1353.92
HexBB586B0352B1B15c2a36
Octal27313015306553335345266
Binary1011101110110001101011011010110101111011101011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB586B; }

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

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

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

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

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

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

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

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