Html Css Color HEX #B17D99 Bouquet

📋 copy color: '#B17D99'

red 177 ◦ green 125 ◦ blue 153

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

Shades of Bouquet #B17D99

Tints of Bouquet #B17D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 38.9%
G = 27.47%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B17D99 (or 0xB17D99) is known color: Bouquet. HEX triplet: B1, 7D and 99. RGB value is (177,125,153). Sum of RGB (Red+Green+Blue) = 177+125+153=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D99 is #4E8266. Grayscale: #8F8F8F. Windows color (decimal): -5145191 or 10059185. OLE color: 10059185.

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

Color convert

RGB 177 125 153 -
CMYK 0 0.29 0.14 0.31
HSL 327.69º 0.25% 0.59% -
HSV(B) 327.69º 0.29% 0.69% -
XYZ 31.21 26.31 33.57 -
YUV 143.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 177 125 153 0 0.29 0.14 0.31 327.69 0.25 0.59
Hex B1 7D 99 0 1D E 1F 148 19 3B
Octal 261 175 231 0 35 16 37 510 31 73
Binary 10110001 1111101 10011001 0 11101 1110 11111 101001000 11001 111011

Color Harmonies of #B17D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D99

Black with #B17D99

Text Example


Text Example

White with #B17D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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