Html Css Color HEX #B17F9B Bouquet

📋 copy color: '#B17F9B'

red 177 ◦ green 127 ◦ blue 155

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

Shades of Bouquet #B17F9B

Tints of Bouquet #B17F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 38.56%
G = 27.67%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B17F9B (or 0xB17F9B) is known color: Bouquet. HEX triplet: B1, 7F and 9B. RGB value is (177,127,155). Sum of RGB (Red+Green+Blue) = 177+127+155=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F9B is #4E8064. Grayscale: #919191. Windows color (decimal): -5144677 or 10190769. OLE color: 10190769.

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

Color convert

RGB 177 127 155 -
CMYK 0 0.28 0.12 0.31
HSL 326.4º 0.24% 0.6% -
HSV(B) 326.4º 0.28% 0.69% -
XYZ 31.64 26.89 34.53 -
YUV 145.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 177 127 155 0 0.28 0.12 0.31 326.4 0.24 0.6
Hex B1 7F 9B 0 1C C 1F 146 18 3C
Octal 261 177 233 0 34 14 37 506 30 74
Binary 10110001 1111111 10011011 0 11100 1100 11111 101000110 11000 111100

Color Harmonies of #B17F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F9B

Black with #B17F9B

Text Example


Text Example

White with #B17F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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