Html Css Color HEX #BB5973 Blush

📋 copy color: '#BB5973'

red 187 ◦ green 89 ◦ blue 115

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

Shades of Blush #BB5973

Tints of Blush #BB5973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.41%

R = 47.83%
G = 22.76%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB5973 (or 0xBB5973) is known color: Blush. HEX triplet: BB, 59 and 73. RGB value is (187,89,115). Sum of RGB (Red+Green+Blue) = 187+89+115=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5973 is #44A68C. Grayscale: #797979. Windows color (decimal): -4499085 or 7559611. OLE color: 7559611.

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

Color convert

RGB 187 89 115 -
CMYK 0 0.52 0.39 0.27
HSL 344.08º 0.42% 0.54% -
HSV(B) 344.08º 0.52% 0.73% -
XYZ 27.16 18.95 18.45 -
YUV 121.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 187 89 115 0 0.52 0.39 0.27 344.08 0.42 0.54
Hex BB 59 73 0 34 27 1B 158 2A 36
Octal 273 131 163 0 64 47 33 530 52 66
Binary 10111011 1011001 1110011 0 110100 100111 11011 101011000 101010 110110

Color Harmonies of #BB5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5973

Black with #BB5973

Text Example


Text Example

White with #BB5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5973; }

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

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

background-color css

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

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

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

border-color css

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

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

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