Html Css Color HEX #B16296 Bouquet

📋 copy color: '#B16296'

red 177 ◦ green 98 ◦ blue 150

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

Shades of Bouquet #B16296

Tints of Bouquet #B16296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 41.65%
G = 23.06%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B16296 (or 0xB16296) is known color: Bouquet. HEX triplet: B1, 62 and 96. RGB value is (177,98,150). Sum of RGB (Red+Green+Blue) = 177+98+150=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B16296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16296 is #4E9D69. Grayscale: #7F7F7F. Windows color (decimal): -5152106 or 9855665. OLE color: 9855665.

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

Color convert

RGB 177 98 150 -
CMYK 0 0.45 0.15 0.31
HSL 320.51º 0.34% 0.54% -
HSV(B) 320.51º 0.45% 0.69% -
XYZ 28 20.28 31.29 -
YUV 127.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 177 98 150 0 0.45 0.15 0.31 320.51 0.34 0.54
Hex B1 62 96 0 2D F 1F 141 22 36
Octal 261 142 226 0 55 17 37 501 42 66
Binary 10110001 1100010 10010110 0 101101 1111 11111 101000001 100010 110110

Color Harmonies of #B16296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16296

Black with #B16296

Text Example


Text Example

White with #B16296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16296; }

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

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

background-color css

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

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

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

border-color css

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

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

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