Html Css Color HEX #B17C9F Bouquet

📋 copy color: '#B17C9F'

red 177 ◦ green 124 ◦ blue 159

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

Shades of Bouquet #B17C9F

Tints of Bouquet #B17C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.96%

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

R = 38.48%
G = 26.96%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B17C9F (or 0xB17C9F) is known color: Bouquet. HEX triplet: B1, 7C and 9F. RGB value is (177,124,159). Sum of RGB (Red+Green+Blue) = 177+124+159=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C9F is #4E8360. Grayscale: #8F8F8F. Windows color (decimal): -5145441 or 10452145. OLE color: 10452145.

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

Color convert

RGB 177 124 159 -
CMYK 0 0.30 0.10 0.31
HSL 320.38º 0.25% 0.59% -
HSV(B) 320.38º 0.3% 0.69% -
XYZ 31.6 26.27 36.21 -
YUV 143.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 177 124 159 0 0.30 0.10 0.31 320.38 0.25 0.59
Hex B1 7C 9F 0 1E A 1F 140 19 3B
Octal 261 174 237 0 36 12 37 500 31 73
Binary 10110001 1111100 10011111 0 11110 1010 11111 101000000 11001 111011

Color Harmonies of #B17C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C9F

Black with #B17C9F

Text Example


Text Example

White with #B17C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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