Html Css Color HEX #B17C9C Bouquet

📋 copy color: '#B17C9C'

red 177 ◦ green 124 ◦ blue 156

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

Shades of Bouquet #B17C9C

Tints of Bouquet #B17C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 38.73%
G = 27.13%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B17C9C (or 0xB17C9C) is known color: Bouquet. HEX triplet: B1, 7C and 9C. RGB value is (177,124,156). Sum of RGB (Red+Green+Blue) = 177+124+156=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C9C is #4E8363. Grayscale: #8F8F8F. Windows color (decimal): -5145444 or 10255537. OLE color: 10255537.

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

Color convert

RGB 177 124 156 -
CMYK 0 0.30 0.12 0.31
HSL 323.77º 0.25% 0.59% -
HSV(B) 323.77º 0.3% 0.69% -
XYZ 31.34 26.16 34.85 -
YUV 143.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 177 124 156 0 0.30 0.12 0.31 323.77 0.25 0.59
Hex B1 7C 9C 0 1E C 1F 144 19 3B
Octal 261 174 234 0 36 14 37 504 31 73
Binary 10110001 1111100 10011100 0 11110 1100 11111 101000100 11001 111011

Color Harmonies of #B17C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C9C

Black with #B17C9C

Text Example


Text Example

White with #B17C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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