Html Css Color HEX #B17F9C Bouquet

📋 copy color: '#B17F9C'

red 177 ◦ green 127 ◦ blue 156

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

Shades of Bouquet #B17F9C

Tints of Bouquet #B17F9C

RGB

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

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

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

R = 38.48%
G = 27.61%
B = 33.91%

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

#B17F9C (or 0xB17F9C) is known color: Bouquet. HEX triplet: B1, 7F and 9C. RGB value is (177,127,156). Sum of RGB (Red+Green+Blue) = 177+127+156=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F9C is #4E8063. Grayscale: #919191. Windows color (decimal): -5144676 or 10256305. OLE color: 10256305.

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

Color convert

RGB 177 127 156 -
CMYK 0 0.28 0.12 0.31
HSL 325.2º 0.24% 0.6% -
HSV(B) 325.2º 0.28% 0.69% -
XYZ 31.72 26.93 34.98 -
YUV 145.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 177 127 156 0 0.28 0.12 0.31 325.2 0.24 0.6
Hex B1 7F 9C 0 1C C 1F 145 18 3C
Octal 261 177 234 0 34 14 37 505 30 74
Binary 10110001 1111111 10011100 0 11100 1100 11111 101000101 11000 111100

Color Harmonies of #B17F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F9C

Black with #B17F9C

Text Example


Text Example

White with #B17F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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