Html Css Color HEX #B16692 Bouquet

📋 copy color: '#B16692'

red 177 ◦ green 102 ◦ blue 146

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

Shades of Bouquet #B16692

Tints of Bouquet #B16692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24%

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 41.65%
G = 24%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B16692 (or 0xB16692) is known color: Bouquet. HEX triplet: B1, 66 and 92. RGB value is (177,102,146). Sum of RGB (Red+Green+Blue) = 177+102+146=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B16692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16692 is #4E996D. Grayscale: #818181. Windows color (decimal): -5151086 or 9594545. OLE color: 9594545.

HSL color Cylindrical-coordinate representation of color #B16692: hue angle of 324.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16692 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 102 146 -
CMYK 0 0.42 0.18 0.31
HSL 324.8º 0.32% 0.55% -
HSV(B) 324.8º 0.42% 0.69% -
XYZ 28.07 20.93 29.75 -
YUV 129.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 177 102 146 0 0.42 0.18 0.31 324.8 0.32 0.55
Hex B1 66 92 0 2A 12 1F 145 20 37
Octal 261 146 222 0 52 22 37 505 40 67
Binary 10110001 1100110 10010010 0 101010 10010 11111 101000101 100000 110111

Color Harmonies of #B16692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16692

Black with #B16692

Text Example


Text Example

White with #B16692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16692; }

 p { color: rgb(177,102,146); }

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

background-color css

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

 a { background-color: rgb(177,102,146); }

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

border-color css

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

 span { border-color: rgb(177,102,146); }

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