Html Css Color HEX #BB5564 Blush

📋 copy color: '#BB5564'

red 187 ◦ green 85 ◦ blue 100

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

Shades of Blush #BB5564

Tints of Blush #BB5564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 50.27%
G = 22.85%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB5564 (or 0xBB5564) is known color: Blush. HEX triplet: BB, 55 and 64. RGB value is (187,85,100). Sum of RGB (Red+Green+Blue) = 187+85+100=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5564 is #44AA9B. Grayscale: #757575. Windows color (decimal): -4500124 or 6575547. OLE color: 6575547.

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

Color convert

RGB 187 85 100 -
CMYK 0 0.55 0.47 0.27
HSL 351.18º 0.43% 0.53% -
HSV(B) 351.18º 0.55% 0.73% -
XYZ 26.04 17.98 14.15 -
YUV 117.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 187 85 100 0 0.55 0.47 0.27 351.18 0.43 0.53
Hex BB 55 64 0 37 2F 1B 15F 2B 35
Octal 273 125 144 0 67 57 33 537 53 65
Binary 10111011 1010101 1100100 0 110111 101111 11011 101011111 101011 110101

Color Harmonies of #BB5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5564

Black with #BB5564

Text Example


Text Example

White with #BB5564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5564; }

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

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

background-color css

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

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

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

border-color css

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

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

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