Html Css Color HEX #B16699 Bouquet

📋 copy color: '#B16699'

red 177 ◦ green 102 ◦ blue 153

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

Shades of Bouquet #B16699

Tints of Bouquet #B16699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.61%

 BLUE value IS 153 (60.16% from 255) = 35.42%

R = 40.97%
G = 23.61%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B16699 (or 0xB16699) is known color: Bouquet. HEX triplet: B1, 66 and 99. RGB value is (177,102,153). Sum of RGB (Red+Green+Blue) = 177+102+153=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B16699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16699 is #4E9966. Grayscale: #828282. Windows color (decimal): -5151079 or 10053297. OLE color: 10053297.

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

Color convert

RGB 177 102 153 -
CMYK 0 0.42 0.14 0.31
HSL 319.2º 0.32% 0.55% -
HSV(B) 319.2º 0.42% 0.69% -
XYZ 28.63 21.15 32.71 -
YUV 130.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 177 102 153 0 0.42 0.14 0.31 319.2 0.32 0.55
Hex B1 66 99 0 2A E 1F 13F 20 37
Octal 261 146 231 0 52 16 37 477 40 67
Binary 10110001 1100110 10011001 0 101010 1110 11111 100111111 100000 110111

Color Harmonies of #B16699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16699

Black with #B16699

Text Example


Text Example

White with #B16699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16699; }

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

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

background-color css

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

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

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

border-color css

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

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

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