Html Css Color HEX #B17A9F Bouquet

📋 copy color: '#B17A9F'

red 177 ◦ green 122 ◦ blue 159

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

Shades of Bouquet #B17A9F

Tints of Bouquet #B17A9F

RGB

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

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

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

R = 38.65%
G = 26.64%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B17A9F (or 0xB17A9F) is known color: Bouquet. HEX triplet: B1, 7A and 9F. RGB value is (177,122,159). Sum of RGB (Red+Green+Blue) = 177+122+159=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A9F is #4E8560. Grayscale: #8E8E8E. Windows color (decimal): -5145953 or 10451633. OLE color: 10451633.

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

Color convert

RGB 177 122 159 -
CMYK 0 0.31 0.10 0.31
HSL 319.64º 0.26% 0.59% -
HSV(B) 319.64º 0.31% 0.69% -
XYZ 31.35 25.77 36.12 -
YUV 142.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 177 122 159 0 0.31 0.10 0.31 319.64 0.26 0.59
Hex B1 7A 9F 0 1F A 1F 140 1A 3B
Octal 261 172 237 0 37 12 37 500 32 73
Binary 10110001 1111010 10011111 0 11111 1010 11111 101000000 11010 111011

Color Harmonies of #B17A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A9F

Black with #B17A9F

Text Example


Text Example

White with #B17A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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