#BB596B

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

Shades of Blush #BB596B

Tints of Blush #BB596B

Color information

#BB596B (or 0xBB596B) is unknown color: approx Blush. HEX triplet: BB, 59 and 6B. RGB value is (187,89,107). Sum of RGB (Red+Green+Blue) = 187+89+107=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB596B is #44A694. Grayscale: #787878. Windows color (decimal): -4499093 or 7035323. OLE color: 7035323.

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

Color convert

RGB18789107-
CMYK00.520.430.27
HSL348.98º41.88%54.12%-
HSV(B)348.98º52.41%73.33%-
XYZ26.7218.7716.12-
YUV120.35120.47175.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=48.83%
G=23.24%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878910700.520.430.27348.9841.8854.12
HexBB596B0342B1B15d2a36
Octal27313115306453335355266
Binary1011101110110011101011011010010101111011101011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB596B; }

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

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

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

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

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

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

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

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