Html Css Color HEX #B1799F Bouquet

📋 copy color: '#B1799F'

red 177 ◦ green 121 ◦ blue 159

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

Shades of Bouquet #B1799F

Tints of Bouquet #B1799F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 38.73%
G = 26.48%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1799F (or 0xB1799F) is known color: Bouquet. HEX triplet: B1, 79 and 9F. RGB value is (177,121,159). Sum of RGB (Red+Green+Blue) = 177+121+159=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B1799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1799F is #4E8660. Grayscale: #8D8D8D. Windows color (decimal): -5146209 or 10451377. OLE color: 10451377.

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

Color convert

RGB 177 121 159 -
CMYK 0 0.32 0.10 0.31
HSL 319.29º 0.26% 0.58% -
HSV(B) 319.29º 0.32% 0.69% -
XYZ 31.23 25.53 36.08 -
YUV 142.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 177 121 159 0 0.32 0.10 0.31 319.29 0.26 0.58
Hex B1 79 9F 0 20 A 1F 13F 1A 3A
Octal 261 171 237 0 40 12 37 477 32 72
Binary 10110001 1111001 10011111 0 100000 1010 11111 100111111 11010 111010

Color Harmonies of #B1799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1799F

Black with #B1799F

Text Example


Text Example

White with #B1799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1799F; }

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

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

background-color css

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

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

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

border-color css

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

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

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