Html Css Color HEX #B17AA8 Bouquet

📋 copy color: '#B17AA8'

red 177 ◦ green 122 ◦ blue 168

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

Shades of Bouquet #B17AA8

Tints of Bouquet #B17AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 37.9%
G = 26.12%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B17AA8 (or 0xB17AA8) is known color: Bouquet. HEX triplet: B1, 7A and A8. RGB value is (177,122,168). Sum of RGB (Red+Green+Blue) = 177+122+168=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B17AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17AA8 is #4E8557. Grayscale: #8F8F8F. Windows color (decimal): -5145944 or 11041457. OLE color: 11041457.

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

Color convert

RGB 177 122 168 -
CMYK 0 0.31 0.05 0.31
HSL 309.82º 0.26% 0.59% -
HSV(B) 309.82º 0.31% 0.69% -
XYZ 32.16 26.09 40.39 -
YUV 143.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 177 122 168 0 0.31 0.05 0.31 309.82 0.26 0.59
Hex B1 7A A8 0 1F 5 1F 136 1A 3B
Octal 261 172 250 0 37 5 37 466 32 73
Binary 10110001 1111010 10101000 0 11111 101 11111 100110110 11010 111011

Color Harmonies of #B17AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17AA8

Black with #B17AA8

Text Example


Text Example

White with #B17AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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