Html Css Color HEX #BB5971 Blush

📋 copy color: '#BB5971'

red 187 ◦ green 89 ◦ blue 113

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

Shades of Blush #BB5971

Tints of Blush #BB5971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.88%

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 48.07%
G = 22.88%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB5971 (or 0xBB5971) is known color: Blush. HEX triplet: BB, 59 and 71. RGB value is (187,89,113). Sum of RGB (Red+Green+Blue) = 187+89+113=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5971 is #44A68E. Grayscale: #797979. Windows color (decimal): -4499087 or 7428539. OLE color: 7428539.

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

Color convert

RGB 187 89 113 -
CMYK 0 0.52 0.40 0.27
HSL 345.31º 0.42% 0.54% -
HSV(B) 345.31º 0.52% 0.73% -
XYZ 27.05 18.9 17.85 -
YUV 121.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 187 89 113 0 0.52 0.40 0.27 345.31 0.42 0.54
Hex BB 59 71 0 34 28 1B 159 2A 36
Octal 273 131 161 0 64 50 33 531 52 66
Binary 10111011 1011001 1110001 0 110100 101000 11011 101011001 101010 110110

Color Harmonies of #BB5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5971

Black with #BB5971

Text Example


Text Example

White with #BB5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5971; }

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

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

background-color css

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

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

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

border-color css

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

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

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