Html Css Color HEX #B17D9F Bouquet

📋 copy color: '#B17D9F'

red 177 ◦ green 125 ◦ blue 159

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

Shades of Bouquet #B17D9F

Tints of Bouquet #B17D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

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

R = 38.39%
G = 27.11%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B17D9F (or 0xB17D9F) is known color: Bouquet. HEX triplet: B1, 7D and 9F. RGB value is (177,125,159). Sum of RGB (Red+Green+Blue) = 177+125+159=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D9F is #4E8260. Grayscale: #909090. Windows color (decimal): -5145185 or 10452401. OLE color: 10452401.

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

Color convert

RGB 177 125 159 -
CMYK 0 0.29 0.10 0.31
HSL 320.77º 0.25% 0.59% -
HSV(B) 320.77º 0.29% 0.69% -
XYZ 31.72 26.52 36.25 -
YUV 144.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 177 125 159 0 0.29 0.10 0.31 320.77 0.25 0.59
Hex B1 7D 9F 0 1D A 1F 141 19 3B
Octal 261 175 237 0 35 12 37 501 31 73
Binary 10110001 1111101 10011111 0 11101 1010 11111 101000001 11001 111011

Color Harmonies of #B17D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D9F

Black with #B17D9F

Text Example


Text Example

White with #B17D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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