Html Css Color HEX #B17C9A Bouquet

📋 copy color: '#B17C9A'

red 177 ◦ green 124 ◦ blue 154

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

Shades of Bouquet #B17C9A

Tints of Bouquet #B17C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 38.9%
G = 27.25%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B17C9A (or 0xB17C9A) is known color: Bouquet. HEX triplet: B1, 7C and 9A. RGB value is (177,124,154). Sum of RGB (Red+Green+Blue) = 177+124+154=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C9A is #4E8365. Grayscale: #8F8F8F. Windows color (decimal): -5145446 or 10124465. OLE color: 10124465.

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

Color convert

RGB 177 124 154 -
CMYK 0 0.30 0.13 0.31
HSL 326.04º 0.25% 0.59% -
HSV(B) 326.04º 0.3% 0.69% -
XYZ 31.17 26.1 33.97 -
YUV 143.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 177 124 154 0 0.30 0.13 0.31 326.04 0.25 0.59
Hex B1 7C 9A 0 1E D 1F 146 19 3B
Octal 261 174 232 0 36 15 37 506 31 73
Binary 10110001 1111100 10011010 0 11110 1101 11111 101000110 11001 111011

Color Harmonies of #B17C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C9A

Black with #B17C9A

Text Example


Text Example

White with #B17C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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