Html Css Color HEX #B16698 Bouquet

📋 copy color: '#B16698'

red 177 ◦ green 102 ◦ blue 152

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

Shades of Bouquet #B16698

Tints of Bouquet #B16698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 41.07%
G = 23.67%
B = 35.27%

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

#B16698 (or 0xB16698) is known color: Bouquet. HEX triplet: B1, 66 and 98. RGB value is (177,102,152). Sum of RGB (Red+Green+Blue) = 177+102+152=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B16698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16698 is #4E9967. Grayscale: #828282. Windows color (decimal): -5151080 or 9987761. OLE color: 9987761.

HSL color Cylindrical-coordinate representation of color #B16698: hue angle of 320º 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 #B16698 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 102 152 -
CMYK 0 0.42 0.14 0.31
HSL 320º 0.32% 0.55% -
HSV(B) 320º 0.42% 0.69% -
XYZ 28.55 21.12 32.28 -
YUV 130.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 177 102 152 0 0.42 0.14 0.31 320 0.32 0.55
Hex B1 66 98 0 2A E 1F 140 20 37
Octal 261 146 230 0 52 16 37 500 40 67
Binary 10110001 1100110 10011000 0 101010 1110 11111 101000000 100000 110111

Color Harmonies of #B16698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16698

Black with #B16698

Text Example


Text Example

White with #B16698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16698; }

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

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

background-color css

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

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

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

border-color css

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

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

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