Html Css Color HEX #B16696 Bouquet

📋 copy color: '#B16696'

red 177 ◦ green 102 ◦ blue 150

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

Shades of Bouquet #B16696

Tints of Bouquet #B16696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 41.26%
G = 23.78%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B16696 (or 0xB16696) is known color: Bouquet. HEX triplet: B1, 66 and 96. RGB value is (177,102,150). Sum of RGB (Red+Green+Blue) = 177+102+150=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B16696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16696 is #4E9969. Grayscale: #818181. Windows color (decimal): -5151082 or 9856689. OLE color: 9856689.

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

Color convert

RGB 177 102 150 -
CMYK 0 0.42 0.15 0.31
HSL 321.6º 0.32% 0.55% -
HSV(B) 321.6º 0.42% 0.69% -
XYZ 28.39 21.05 31.42 -
YUV 129.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 177 102 150 0 0.42 0.15 0.31 321.6 0.32 0.55
Hex B1 66 96 0 2A F 1F 142 20 37
Octal 261 146 226 0 52 17 37 502 40 67
Binary 10110001 1100110 10010110 0 101010 1111 11111 101000010 100000 110111

Color Harmonies of #B16696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16696

Black with #B16696

Text Example


Text Example

White with #B16696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16696; }

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

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

background-color css

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

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

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

border-color css

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

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

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