Html Css Color HEX #B17A95 Bouquet

📋 copy color: '#B17A95'

red 177 ◦ green 122 ◦ blue 149

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

Shades of Bouquet #B17A95

Tints of Bouquet #B17A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 39.51%
G = 27.23%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B17A95 (or 0xB17A95) is known color: Bouquet. HEX triplet: B1, 7A and 95. RGB value is (177,122,149). Sum of RGB (Red+Green+Blue) = 177+122+149=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A95 is #4E856A. Grayscale: #8D8D8D. Windows color (decimal): -5145963 or 9796273. OLE color: 9796273.

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

Color convert

RGB 177 122 149 -
CMYK 0 0.31 0.16 0.31
HSL 330.55º 0.26% 0.59% -
HSV(B) 330.55º 0.31% 0.69% -
XYZ 30.52 25.44 31.74 -
YUV 141.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 177 122 149 0 0.31 0.16 0.31 330.55 0.26 0.59
Hex B1 7A 95 0 1F 10 1F 14B 1A 3B
Octal 261 172 225 0 37 20 37 513 32 73
Binary 10110001 1111010 10010101 0 11111 10000 11111 101001011 11010 111011

Color Harmonies of #B17A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A95

Black with #B17A95

Text Example


Text Example

White with #B17A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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