#BB5662

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

Shades of Blush #BB5662

Tints of Blush #BB5662

Color information

#BB5662 (or 0xBB5662) is unknown color: approx Blush. HEX triplet: BB, 56 and 62. RGB value is (187,86,98). Sum of RGB (Red+Green+Blue) = 187+86+98=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5662 is #44A99D. Grayscale: #757575. Windows color (decimal): -4499870 or 6444731. OLE color: 6444731.

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

Color convert

RGB1878698-
CMYK00.540.480.27
HSL352.87º42.62%53.53%-
HSV(B)352.87º54.01%73.33%-
XYZ26.0318.113.68-
YUV117.57116.96177.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=50.40%
G=23.18%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187869800.540.480.27352.8742.6253.53
HexBB5662036301B1612b36
Octal27312614206660335415366
Binary1011101110101101100010011011011000011011101100001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5662; }

 p { color: rgb(187,86,98); }

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

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

 a { background-color: rgb(187,86,98); }

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

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

 span { border-color: rgb(187,86,98); }

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