Html Css Color HEX #BB5869 Blush

📋 copy color: '#BB5869'

red 187 ◦ green 88 ◦ blue 105

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

Shades of Blush #BB5869

Tints of Blush #BB5869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.16%

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

R = 49.21%
G = 23.16%
B = 27.63%

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

#BB5869 (or 0xBB5869) is known color: Blush. HEX triplet: BB, 58 and 69. RGB value is (187,88,105). Sum of RGB (Red+Green+Blue) = 187+88+105=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5869 is #44A796. Grayscale: #777777. Windows color (decimal): -4499351 or 6903995. OLE color: 6903995.

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

Color convert

RGB 187 88 105 -
CMYK 0 0.53 0.44 0.27
HSL 349.7º 0.42% 0.54% -
HSV(B) 349.7º 0.53% 0.73% -
XYZ 26.53 18.56 15.55 -
YUV 119.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 187 88 105 0 0.53 0.44 0.27 349.7 0.42 0.54
Hex BB 58 69 0 35 2C 1B 15E 2A 36
Octal 273 130 151 0 65 54 33 536 52 66
Binary 10111011 1011000 1101001 0 110101 101100 11011 101011110 101010 110110

Color Harmonies of #BB5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5869

Black with #BB5869

Text Example


Text Example

White with #BB5869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5869; }

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

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

background-color css

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

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

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

border-color css

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

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

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