Html Css Color HEX #B16166 Blush

📋 copy color: '#B16166'

red 177 ◦ green 97 ◦ blue 102

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

Shades of Blush #B16166

Tints of Blush #B16166

RGB

 RED value IS 177 (69.53% from 255) = 47.07%

 GREEN value IS 97 (38.28% from 255) = 25.8%

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

R = 47.07%
G = 25.8%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B16166 (or 0xB16166) is known color: Blush. HEX triplet: B1, 61 and 66. RGB value is (177,97,102). Sum of RGB (Red+Green+Blue) = 177+97+102=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B16166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16166 is #4E9E99. Grayscale: #797979. Windows color (decimal): -5152410 or 6709681. OLE color: 6709681.

HSL color Cylindrical-coordinate representation of color #B16166: hue angle of 356.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16166 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 102 -
CMYK 0 0.45 0.42 0.31
HSL 356.25º 0.34% 0.54% -
HSV(B) 356.25º 0.45% 0.69% -
XYZ 24.8 18.86 14.9 -
YUV 121.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 177 97 102 0 0.45 0.42 0.31 356.25 0.34 0.54
Hex B1 61 66 0 2D 2A 1F 164 22 36
Octal 261 141 146 0 55 52 37 544 42 66
Binary 10110001 1100001 1100110 0 101101 101010 11111 101100100 100010 110110

Color Harmonies of #B16166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16166

Black with #B16166

Text Example


Text Example

White with #B16166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16166; }

 p { color: rgb(177,97,102); }

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

background-color css

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

 a { background-color: rgb(177,97,102); }

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

border-color css

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

 span { border-color: rgb(177,97,102); }

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