Html Css Color HEX #BB5866 Blush

📋 copy color: '#BB5866'

red 187 ◦ green 88 ◦ blue 102

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

Shades of Blush #BB5866

Tints of Blush #BB5866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 49.6%
G = 23.34%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB5866 (or 0xBB5866) is known color: Blush. HEX triplet: BB, 58 and 66. RGB value is (187,88,102). Sum of RGB (Red+Green+Blue) = 187+88+102=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5866 is #44A799. Grayscale: #777777. Windows color (decimal): -4499354 or 6707387. OLE color: 6707387.

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

Color convert

RGB 187 88 102 -
CMYK 0 0.53 0.45 0.27
HSL 351.52º 0.42% 0.54% -
HSV(B) 351.52º 0.53% 0.73% -
XYZ 26.38 18.5 14.75 -
YUV 119.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 187 88 102 0 0.53 0.45 0.27 351.52 0.42 0.54
Hex BB 58 66 0 35 2D 1B 160 2A 36
Octal 273 130 146 0 65 55 33 540 52 66
Binary 10111011 1011000 1100110 0 110101 101101 11011 101100000 101010 110110

Color Harmonies of #BB5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5866

Black with #BB5866

Text Example


Text Example

White with #BB5866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5866; }

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

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

background-color css

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

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

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

border-color css

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

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

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