Html Css Color HEX #B16394 Bouquet

📋 copy color: '#B16394'

red 177 ◦ green 99 ◦ blue 148

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

Shades of Bouquet #B16394

Tints of Bouquet #B16394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 41.75%
G = 23.35%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B16394 (or 0xB16394) is known color: Bouquet. HEX triplet: B1, 63 and 94. RGB value is (177,99,148). Sum of RGB (Red+Green+Blue) = 177+99+148=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B16394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16394 is #4E9C6B. Grayscale: #7F7F7F. Windows color (decimal): -5151852 or 9724849. OLE color: 9724849.

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

Color convert

RGB 177 99 148 -
CMYK 0 0.44 0.16 0.31
HSL 322.31º 0.33% 0.54% -
HSV(B) 322.31º 0.44% 0.69% -
XYZ 27.94 20.41 30.48 -
YUV 127.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 177 99 148 0 0.44 0.16 0.31 322.31 0.33 0.54
Hex B1 63 94 0 2C 10 1F 142 21 36
Octal 261 143 224 0 54 20 37 502 41 66
Binary 10110001 1100011 10010100 0 101100 10000 11111 101000010 100001 110110

Color Harmonies of #B16394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16394

Black with #B16394

Text Example


Text Example

White with #B16394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16394; }

 p { color: rgb(177,99,148); }

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

background-color css

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

 a { background-color: rgb(177,99,148); }

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

border-color css

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

 span { border-color: rgb(177,99,148); }

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