Html Css Color HEX #B16298 Bouquet

📋 copy color: '#B16298'

red 177 ◦ green 98 ◦ blue 152

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

Shades of Bouquet #B16298

Tints of Bouquet #B16298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

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

R = 41.45%
G = 22.95%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B16298 (or 0xB16298) is known color: Bouquet. HEX triplet: B1, 62 and 98. RGB value is (177,98,152). Sum of RGB (Red+Green+Blue) = 177+98+152=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B16298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16298 is #4E9D67. Grayscale: #7F7F7F. Windows color (decimal): -5152104 or 9986737. OLE color: 9986737.

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

Color convert

RGB 177 98 152 -
CMYK 0 0.45 0.14 0.31
HSL 318.99º 0.34% 0.54% -
HSV(B) 318.99º 0.45% 0.69% -
XYZ 28.17 20.35 32.15 -
YUV 127.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 177 98 152 0 0.45 0.14 0.31 318.99 0.34 0.54
Hex B1 62 98 0 2D E 1F 13F 22 36
Octal 261 142 230 0 55 16 37 477 42 66
Binary 10110001 1100010 10011000 0 101101 1110 11111 100111111 100010 110110

Color Harmonies of #B16298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16298

Black with #B16298

Text Example


Text Example

White with #B16298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16298; }

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

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

background-color css

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

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

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

border-color css

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

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

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