Html Css Color HEX #BB5563 Blush

📋 copy color: '#BB5563'

red 187 ◦ green 85 ◦ blue 99

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

Shades of Blush #BB5563

Tints of Blush #BB5563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 50.4%
G = 22.91%
B = 26.68%

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

#BB5563 (or 0xBB5563) is known color: Blush. HEX triplet: BB, 55 and 63. RGB value is (187,85,99). Sum of RGB (Red+Green+Blue) = 187+85+99=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5563 is #44AA9C. Grayscale: #757575. Windows color (decimal): -4500125 or 6510011. OLE color: 6510011.

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

Color convert

RGB 187 85 99 -
CMYK 0 0.55 0.47 0.27
HSL 351.76º 0.43% 0.53% -
HSV(B) 351.76º 0.55% 0.73% -
XYZ 25.99 17.96 13.9 -
YUV 117.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 187 85 99 0 0.55 0.47 0.27 351.76 0.43 0.53
Hex BB 55 63 0 37 2F 1B 160 2B 35
Octal 273 125 143 0 67 57 33 540 53 65
Binary 10111011 1010101 1100011 0 110111 101111 11011 101100000 101011 110101

Color Harmonies of #BB5563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5563

Black with #BB5563

Text Example


Text Example

White with #BB5563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5563; }

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

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

background-color css

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

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

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

border-color css

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

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

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