Html Css Color HEX #B17F9F Bouquet

📋 copy color: '#B17F9F'

red 177 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #B17F9F

Tints of Bouquet #B17F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.43%

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

R = 38.23%
G = 27.43%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B17F9F (or 0xB17F9F) is known color: Bouquet. HEX triplet: B1, 7F and 9F. RGB value is (177,127,159). Sum of RGB (Red+Green+Blue) = 177+127+159=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F9F is #4E8060. Grayscale: #919191. Windows color (decimal): -5144673 or 10452913. OLE color: 10452913.

HSL color Cylindrical-coordinate representation of color #B17F9F: hue angle of 321.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F9F is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 127 159 -
CMYK 0 0.28 0.10 0.31
HSL 321.6º 0.24% 0.6% -
HSV(B) 321.6º 0.28% 0.69% -
XYZ 31.98 27.03 36.33 -
YUV 145.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 177 127 159 0 0.28 0.10 0.31 321.6 0.24 0.6
Hex B1 7F 9F 0 1C A 1F 142 18 3C
Octal 261 177 237 0 34 12 37 502 30 74
Binary 10110001 1111111 10011111 0 11100 1010 11111 101000010 11000 111100

Color Harmonies of #B17F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F9F

Black with #B17F9F

Text Example


Text Example

White with #B17F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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