Html Css Color HEX #B16598 Bouquet

📋 copy color: '#B16598'

red 177 ◦ green 101 ◦ blue 152

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

Shades of Bouquet #B16598

Tints of Bouquet #B16598

RGB

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

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

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

R = 41.16%
G = 23.49%
B = 35.35%

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

#B16598 (or 0xB16598) is known color: Bouquet. HEX triplet: B1, 65 and 98. RGB value is (177,101,152). Sum of RGB (Red+Green+Blue) = 177+101+152=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B16598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16598 is #4E9A67. Grayscale: #818181. Windows color (decimal): -5151336 or 9987505. OLE color: 9987505.

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

Color convert

RGB 177 101 152 -
CMYK 0 0.43 0.14 0.31
HSL 319.74º 0.33% 0.55% -
HSV(B) 319.74º 0.43% 0.69% -
XYZ 28.45 20.92 32.24 -
YUV 129.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 177 101 152 0 0.43 0.14 0.31 319.74 0.33 0.55
Hex B1 65 98 0 2B E 1F 140 21 37
Octal 261 145 230 0 53 16 37 500 41 67
Binary 10110001 1100101 10011000 0 101011 1110 11111 101000000 100001 110111

Color Harmonies of #B16598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16598

Black with #B16598

Text Example


Text Example

White with #B16598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16598; }

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

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

background-color css

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

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

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

border-color css

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

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

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