Html Css Color HEX #BB5D71 Blush

📋 copy color: '#BB5D71'

red 187 ◦ green 93 ◦ blue 113

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

Shades of Blush #BB5D71

Tints of Blush #BB5D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.66%

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

R = 47.58%
G = 23.66%
B = 28.75%

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

#BB5D71 (or 0xBB5D71) is known color: Blush. HEX triplet: BB, 5D and 71. RGB value is (187,93,113). Sum of RGB (Red+Green+Blue) = 187+93+113=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D71 is #44A28E. Grayscale: #7B7B7B. Windows color (decimal): -4498063 or 7429563. OLE color: 7429563.

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

Color convert

RGB 187 93 113 -
CMYK 0 0.50 0.40 0.27
HSL 347.23º 0.41% 0.55% -
HSV(B) 347.23º 0.5% 0.73% -
XYZ 27.39 19.59 17.96 -
YUV 123.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 187 93 113 0 0.50 0.40 0.27 347.23 0.41 0.55
Hex BB 5D 71 0 32 28 1B 15B 29 37
Octal 273 135 161 0 62 50 33 533 51 67
Binary 10111011 1011101 1110001 0 110010 101000 11011 101011011 101001 110111

Color Harmonies of #BB5D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D71

Black with #BB5D71

Text Example


Text Example

White with #BB5D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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