Html Css Color HEX #BB5666 Blush

📋 copy color: '#BB5666'

red 187 ◦ green 86 ◦ blue 102

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

Shades of Blush #BB5666

Tints of Blush #BB5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

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

R = 49.87%
G = 22.93%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB5666 (or 0xBB5666) is known color: Blush. HEX triplet: BB, 56 and 66. RGB value is (187,86,102). Sum of RGB (Red+Green+Blue) = 187+86+102=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5666 is #44A999. Grayscale: #767676. Windows color (decimal): -4499866 or 6706875. OLE color: 6706875.

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

Color convert

RGB 187 86 102 -
CMYK 0 0.54 0.45 0.27
HSL 350.5º 0.43% 0.54% -
HSV(B) 350.5º 0.54% 0.73% -
XYZ 26.22 18.18 14.7 -
YUV 118.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 187 86 102 0 0.54 0.45 0.27 350.5 0.43 0.54
Hex BB 56 66 0 36 2D 1B 15E 2B 36
Octal 273 126 146 0 66 55 33 536 53 66
Binary 10111011 1010110 1100110 0 110110 101101 11011 101011110 101011 110110

Color Harmonies of #BB5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5666

Black with #BB5666

Text Example


Text Example

White with #BB5666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5666; }

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

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

background-color css

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

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

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

border-color css

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

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

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