Html Css Color HEX #BB5769 Blush

📋 copy color: '#BB5769'

red 187 ◦ green 87 ◦ blue 105

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

Shades of Blush #BB5769

Tints of Blush #BB5769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

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

R = 49.34%
G = 22.96%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB5769 (or 0xBB5769) is known color: Blush. HEX triplet: BB, 57 and 69. RGB value is (187,87,105). Sum of RGB (Red+Green+Blue) = 187+87+105=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5769 is #44A896. Grayscale: #767676. Windows color (decimal): -4499607 or 6903739. OLE color: 6903739.

HSL color Cylindrical-coordinate representation of color #BB5769: hue angle of 349.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5769 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 87 105 -
CMYK 0 0.53 0.44 0.27
HSL 349.2º 0.42% 0.54% -
HSV(B) 349.2º 0.53% 0.73% -
XYZ 26.45 18.4 15.52 -
YUV 118.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 187 87 105 0 0.53 0.44 0.27 349.2 0.42 0.54
Hex BB 57 69 0 35 2C 1B 15D 2A 36
Octal 273 127 151 0 65 54 33 535 52 66
Binary 10111011 1010111 1101001 0 110101 101100 11011 101011101 101010 110110

Color Harmonies of #BB5769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5769

Black with #BB5769

Text Example


Text Example

White with #BB5769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5769; }

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

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

background-color css

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

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

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

border-color css

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

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

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