Html Css Color HEX #B17A99 Bouquet

📋 copy color: '#B17A99'

red 177 ◦ green 122 ◦ blue 153

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

Shades of Bouquet #B17A99

Tints of Bouquet #B17A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

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

R = 39.16%
G = 26.99%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B17A99 (or 0xB17A99) is known color: Bouquet. HEX triplet: B1, 7A and 99. RGB value is (177,122,153). Sum of RGB (Red+Green+Blue) = 177+122+153=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A99 is #4E8566. Grayscale: #8D8D8D. Windows color (decimal): -5145959 or 10058417. OLE color: 10058417.

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

Color convert

RGB 177 122 153 -
CMYK 0 0.31 0.14 0.31
HSL 326.18º 0.26% 0.59% -
HSV(B) 326.18º 0.31% 0.69% -
XYZ 30.84 25.57 33.45 -
YUV 141.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 177 122 153 0 0.31 0.14 0.31 326.18 0.26 0.59
Hex B1 7A 99 0 1F E 1F 146 1A 3B
Octal 261 172 231 0 37 16 37 506 32 73
Binary 10110001 1111010 10011001 0 11111 1110 11111 101000110 11010 111011

Color Harmonies of #B17A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A99

Black with #B17A99

Text Example


Text Example

White with #B17A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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