Html Css Color HEX #B16599 Bouquet

📋 copy color: '#B16599'

red 177 ◦ green 101 ◦ blue 153

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

Shades of Bouquet #B16599

Tints of Bouquet #B16599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 41.07%
G = 23.43%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B16599 (or 0xB16599) is known color: Bouquet. HEX triplet: B1, 65 and 99. RGB value is (177,101,153). Sum of RGB (Red+Green+Blue) = 177+101+153=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B16599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16599 is #4E9A66. Grayscale: #818181. Windows color (decimal): -5151335 or 10053041. OLE color: 10053041.

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

Color convert

RGB 177 101 153 -
CMYK 0 0.43 0.14 0.31
HSL 318.95º 0.33% 0.55% -
HSV(B) 318.95º 0.43% 0.69% -
XYZ 28.53 20.95 32.68 -
YUV 129.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 177 101 153 0 0.43 0.14 0.31 318.95 0.33 0.55
Hex B1 65 99 0 2B E 1F 13F 21 37
Octal 261 145 231 0 53 16 37 477 41 67
Binary 10110001 1100101 10011001 0 101011 1110 11111 100111111 100001 110111

Color Harmonies of #B16599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16599

Black with #B16599

Text Example


Text Example

White with #B16599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16599; }

 p { color: rgb(177,101,153); }

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

background-color css

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

 a { background-color: rgb(177,101,153); }

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

border-color css

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

 span { border-color: rgb(177,101,153); }

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