Html Css Color HEX #B16997 Bouquet

📋 copy color: '#B16997'

red 177 ◦ green 105 ◦ blue 151

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

Shades of Bouquet #B16997

Tints of Bouquet #B16997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.25%

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 40.88%
G = 24.25%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B16997 (or 0xB16997) is known color: Bouquet. HEX triplet: B1, 69 and 97. RGB value is (177,105,151). Sum of RGB (Red+Green+Blue) = 177+105+151=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B16997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16997 is #4E9668. Grayscale: #838383. Windows color (decimal): -5150313 or 9922993. OLE color: 9922993.

HSL color Cylindrical-coordinate representation of color #B16997: hue angle of 321.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16997 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 105 151 -
CMYK 0 0.41 0.15 0.31
HSL 321.67º 0.32% 0.55% -
HSV(B) 321.67º 0.41% 0.69% -
XYZ 28.77 21.68 31.95 -
YUV 131.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 177 105 151 0 0.41 0.15 0.31 321.67 0.32 0.55
Hex B1 69 97 0 29 F 1F 142 20 37
Octal 261 151 227 0 51 17 37 502 40 67
Binary 10110001 1101001 10010111 0 101001 1111 11111 101000010 100000 110111

Color Harmonies of #B16997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16997

Black with #B16997

Text Example


Text Example

White with #B16997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16997; }

 p { color: rgb(177,105,151); }

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

background-color css

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

 a { background-color: rgb(177,105,151); }

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

border-color css

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

 span { border-color: rgb(177,105,151); }

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