Html Css Color HEX #B17A96 Bouquet

📋 copy color: '#B17A96'

red 177 ◦ green 122 ◦ blue 150

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

Shades of Bouquet #B17A96

Tints of Bouquet #B17A96

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.17%

 BLUE value IS 150 (58.98% from 255) = 33.41%

R = 39.42%
G = 27.17%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B17A96 (or 0xB17A96) is known color: Bouquet. HEX triplet: B1, 7A and 96. RGB value is (177,122,150). Sum of RGB (Red+Green+Blue) = 177+122+150=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A96 is #4E8569. Grayscale: #8D8D8D. Windows color (decimal): -5145962 or 9861809. OLE color: 9861809.

HSL color Cylindrical-coordinate representation of color #B17A96: hue angle of 329.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17A96 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 122 150 -
CMYK 0 0.31 0.15 0.31
HSL 329.45º 0.26% 0.59% -
HSV(B) 329.45º 0.31% 0.69% -
XYZ 30.6 25.47 32.16 -
YUV 141.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 177 122 150 0 0.31 0.15 0.31 329.45 0.26 0.59
Hex B1 7A 96 0 1F F 1F 149 1A 3B
Octal 261 172 226 0 37 17 37 511 32 73
Binary 10110001 1111010 10010110 0 11111 1111 11111 101001001 11010 111011

Color Harmonies of #B17A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A96

Black with #B17A96

Text Example


Text Example

White with #B17A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A96; }

 p { color: rgb(177,122,150); }

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

background-color css

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

 a { background-color: rgb(177,122,150); }

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

border-color css

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

 span { border-color: rgb(177,122,150); }

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