Html Css Color HEX #B16594 Bouquet

📋 copy color: '#B16594'

red 177 ◦ green 101 ◦ blue 148

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

Shades of Bouquet #B16594

Tints of Bouquet #B16594

RGB

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

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

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

R = 41.55%
G = 23.71%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B16594 (or 0xB16594) is known color: Bouquet. HEX triplet: B1, 65 and 94. RGB value is (177,101,148). Sum of RGB (Red+Green+Blue) = 177+101+148=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B16594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16594 is #4E9A6B. Grayscale: #808080. Windows color (decimal): -5151340 or 9725361. OLE color: 9725361.

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

Color convert

RGB 177 101 148 -
CMYK 0 0.43 0.16 0.31
HSL 322.89º 0.33% 0.55% -
HSV(B) 322.89º 0.43% 0.69% -
XYZ 28.13 20.79 30.55 -
YUV 129.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 177 101 148 0 0.43 0.16 0.31 322.89 0.33 0.55
Hex B1 65 94 0 2B 10 1F 143 21 37
Octal 261 145 224 0 53 20 37 503 41 67
Binary 10110001 1100101 10010100 0 101011 10000 11111 101000011 100001 110111

Color Harmonies of #B16594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16594

Black with #B16594

Text Example


Text Example

White with #B16594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16594; }

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

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

background-color css

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

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

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

border-color css

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

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

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