Html Css Color HEX #B17495 Bouquet

📋 copy color: '#B17495'

red 177 ◦ green 116 ◦ blue 149

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

Shades of Bouquet #B17495

Tints of Bouquet #B17495

RGB

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

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

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

R = 40.05%
G = 26.24%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B17495 (or 0xB17495) is known color: Bouquet. HEX triplet: B1, 74 and 95. RGB value is (177,116,149). Sum of RGB (Red+Green+Blue) = 177+116+149=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B17495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17495 is #4E8B6A. Grayscale: #898989. Windows color (decimal): -5147499 or 9794737. OLE color: 9794737.

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

Color convert

RGB 177 116 149 -
CMYK 0 0.34 0.16 0.31
HSL 327.54º 0.28% 0.57% -
HSV(B) 327.54º 0.34% 0.69% -
XYZ 29.8 24.01 31.5 -
YUV 138 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 177 116 149 0 0.34 0.16 0.31 327.54 0.28 0.57
Hex B1 74 95 0 22 10 1F 148 1C 39
Octal 261 164 225 0 42 20 37 510 34 71
Binary 10110001 1110100 10010101 0 100010 10000 11111 101001000 11100 111001

Color Harmonies of #B17495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17495

Black with #B17495

Text Example


Text Example

White with #B17495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17495; }

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

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

background-color css

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

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

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

border-color css

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

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

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