Html Css Color HEX #B1799E Bouquet

📋 copy color: '#B1799E'

red 177 ◦ green 121 ◦ blue 158

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

Shades of Bouquet #B1799E

Tints of Bouquet #B1799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.54%

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 38.82%
G = 26.54%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1799E (or 0xB1799E) is known color: Bouquet. HEX triplet: B1, 79 and 9E. RGB value is (177,121,158). Sum of RGB (Red+Green+Blue) = 177+121+158=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B1799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1799E is #4E8661. Grayscale: #8D8D8D. Windows color (decimal): -5146210 or 10385841. OLE color: 10385841.

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

Color convert

RGB 177 121 158 -
CMYK 0 0.32 0.11 0.31
HSL 320.36º 0.26% 0.58% -
HSV(B) 320.36º 0.32% 0.69% -
XYZ 31.14 25.49 35.63 -
YUV 141.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 177 121 158 0 0.32 0.11 0.31 320.36 0.26 0.58
Hex B1 79 9E 0 20 B 1F 140 1A 3A
Octal 261 171 236 0 40 13 37 500 32 72
Binary 10110001 1111001 10011110 0 100000 1011 11111 101000000 11010 111010

Color Harmonies of #B1799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1799E

Black with #B1799E

Text Example


Text Example

White with #B1799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1799E; }

 p { color: rgb(177,121,158); }

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

background-color css

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

 a { background-color: rgb(177,121,158); }

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

border-color css

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

 span { border-color: rgb(177,121,158); }

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