Html Css Color HEX #BB5E71 Blush

📋 copy color: '#BB5E71'

red 187 ◦ green 94 ◦ blue 113

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

Shades of Blush #BB5E71

Tints of Blush #BB5E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

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

R = 47.46%
G = 23.86%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB5E71 (or 0xBB5E71) is known color: Blush. HEX triplet: BB, 5E and 71. RGB value is (187,94,113). Sum of RGB (Red+Green+Blue) = 187+94+113=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E71 is #44A18E. Grayscale: #7B7B7B. Windows color (decimal): -4497807 or 7429819. OLE color: 7429819.

HSL color Cylindrical-coordinate representation of color #BB5E71: hue angle of 347.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E71 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 113 -
CMYK 0 0.50 0.40 0.27
HSL 347.74º 0.41% 0.55% -
HSV(B) 347.74º 0.5% 0.73% -
XYZ 27.48 19.76 17.99 -
YUV 123.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 187 94 113 0 0.50 0.40 0.27 347.74 0.41 0.55
Hex BB 5E 71 0 32 28 1B 15C 29 37
Octal 273 136 161 0 62 50 33 534 51 67
Binary 10111011 1011110 1110001 0 110010 101000 11011 101011100 101001 110111

Color Harmonies of #BB5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E71

Black with #BB5E71

Text Example


Text Example

White with #BB5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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