Html Css Color HEX #B17497 Bouquet

📋 copy color: '#B17497'

red 177 ◦ green 116 ◦ blue 151

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

Shades of Bouquet #B17497

Tints of Bouquet #B17497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 39.86%
G = 26.13%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B17497 (or 0xB17497) is known color: Bouquet. HEX triplet: B1, 74 and 97. RGB value is (177,116,151). Sum of RGB (Red+Green+Blue) = 177+116+151=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17497 is #4E8B68. Grayscale: #8A8A8A. Windows color (decimal): -5147497 or 9925809. OLE color: 9925809.

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

Color convert

RGB 177 116 151 -
CMYK 0 0.34 0.15 0.31
HSL 325.57º 0.28% 0.57% -
HSV(B) 325.57º 0.34% 0.69% -
XYZ 29.96 24.07 32.35 -
YUV 138.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 177 116 151 0 0.34 0.15 0.31 325.57 0.28 0.57
Hex B1 74 97 0 22 F 1F 146 1C 39
Octal 261 164 227 0 42 17 37 506 34 71
Binary 10110001 1110100 10010111 0 100010 1111 11111 101000110 11100 111001

Color Harmonies of #B17497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17497

Black with #B17497

Text Example


Text Example

White with #B17497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17497; }

 p { color: rgb(177,116,151); }

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

background-color css

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

 a { background-color: rgb(177,116,151); }

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

border-color css

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

 span { border-color: rgb(177,116,151); }

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