Html Css Color HEX #B17D98 Bouquet

📋 copy color: '#B17D98'

red 177 ◦ green 125 ◦ blue 152

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

Shades of Bouquet #B17D98

Tints of Bouquet #B17D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.48%

R = 38.99%
G = 27.53%
B = 33.48%

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

#B17D98 (or 0xB17D98) is known color: Bouquet. HEX triplet: B1, 7D and 98. RGB value is (177,125,152). Sum of RGB (Red+Green+Blue) = 177+125+152=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D98 is #4E8267. Grayscale: #8F8F8F. Windows color (decimal): -5145192 or 9993649. OLE color: 9993649.

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

Color convert

RGB 177 125 152 -
CMYK 0 0.29 0.14 0.31
HSL 328.85º 0.25% 0.59% -
HSV(B) 328.85º 0.29% 0.69% -
XYZ 31.13 26.28 33.14 -
YUV 143.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 177 125 152 0 0.29 0.14 0.31 328.85 0.25 0.59
Hex B1 7D 98 0 1D E 1F 149 19 3B
Octal 261 175 230 0 35 16 37 511 31 73
Binary 10110001 1111101 10011000 0 11101 1110 11111 101001001 11001 111011

Color Harmonies of #B17D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D98

Black with #B17D98

Text Example


Text Example

White with #B17D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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