Html Css Color HEX #B16498 Bouquet

📋 copy color: '#B16498'

red 177 ◦ green 100 ◦ blue 152

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

Shades of Bouquet #B16498

Tints of Bouquet #B16498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.31%

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

R = 41.26%
G = 23.31%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B16498 (or 0xB16498) is known color: Bouquet. HEX triplet: B1, 64 and 98. RGB value is (177,100,152). Sum of RGB (Red+Green+Blue) = 177+100+152=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B16498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16498 is #4E9B67. Grayscale: #808080. Windows color (decimal): -5151592 or 9987249. OLE color: 9987249.

HSL color Cylindrical-coordinate representation of color #B16498: hue angle of 319.48º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16498 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 152 -
CMYK 0 0.44 0.14 0.31
HSL 319.48º 0.33% 0.54% -
HSV(B) 319.48º 0.44% 0.69% -
XYZ 28.36 20.73 32.21 -
YUV 128.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 177 100 152 0 0.44 0.14 0.31 319.48 0.33 0.54
Hex B1 64 98 0 2C E 1F 13F 21 36
Octal 261 144 230 0 54 16 37 477 41 66
Binary 10110001 1100100 10011000 0 101100 1110 11111 100111111 100001 110110

Color Harmonies of #B16498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16498

Black with #B16498

Text Example


Text Example

White with #B16498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16498; }

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

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

background-color css

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

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

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

border-color css

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

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

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