Html Css Color HEX #BB5569 Blush

📋 copy color: '#BB5569'

red 187 ◦ green 85 ◦ blue 105

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

Shades of Blush #BB5569

Tints of Blush #BB5569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 49.6%
G = 22.55%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB5569 (or 0xBB5569) is known color: Blush. HEX triplet: BB, 55 and 69. RGB value is (187,85,105). Sum of RGB (Red+Green+Blue) = 187+85+105=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5569 is #44AA96. Grayscale: #757575. Windows color (decimal): -4500119 or 6903227. OLE color: 6903227.

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

Color convert

RGB 187 85 105 -
CMYK 0 0.55 0.44 0.27
HSL 348.24º 0.43% 0.53% -
HSV(B) 348.24º 0.55% 0.73% -
XYZ 26.29 18.08 15.47 -
YUV 117.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 187 85 105 0 0.55 0.44 0.27 348.24 0.43 0.53
Hex BB 55 69 0 37 2C 1B 15C 2B 35
Octal 273 125 151 0 67 54 33 534 53 65
Binary 10111011 1010101 1101001 0 110111 101100 11011 101011100 101011 110101

Color Harmonies of #BB5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5569

Black with #BB5569

Text Example


Text Example

White with #BB5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5569; }

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

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

background-color css

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

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

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

border-color css

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

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

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