Html Css Color HEX #BB5560 Blush

📋 copy color: '#BB5560'

red 187 ◦ green 85 ◦ blue 96

#BB5560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BB5560

Tints of Blush #BB5560

RGB

 RED value IS 187 (73.44% from 255) = 50.82%

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 50.82%
G = 23.1%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB5560 (or 0xBB5560) is known color: Blush. HEX triplet: BB, 55 and 60. RGB value is (187,85,96). Sum of RGB (Red+Green+Blue) = 187+85+96=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5560 is #44AA9F. Grayscale: #747474. Windows color (decimal): -4500128 or 6313403. OLE color: 6313403.

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

Color convert

RGB 187 85 96 -
CMYK 0 0.55 0.49 0.27
HSL 353.53º 0.43% 0.53% -
HSV(B) 353.53º 0.55% 0.73% -
XYZ 25.85 17.91 13.16 -
YUV 116.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 187 85 96 0 0.55 0.49 0.27 353.53 0.43 0.53
Hex BB 55 60 0 37 31 1B 162 2B 35
Octal 273 125 140 0 67 61 33 542 53 65
Binary 10111011 1010101 1100000 0 110111 110001 11011 101100010 101011 110101

Color Harmonies of #BB5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5560

Black with #BB5560

Text Example


Text Example

White with #BB5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5560; }

 p { color: rgb(187,85,96); }

 H1.HeaderClassName
 {
   color: #BB5560;
 }
 .AnyTagClassName
 {
   color: #BB5560;
 }
</style>

background-color css

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

 a { background-color: rgb(187,85,96); }

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

border-color css

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

 span { border-color: rgb(187,85,96); }

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