Html Css Color HEX #B16E93 Bouquet

📋 copy color: '#B16E93'

red 177 ◦ green 110 ◦ blue 147

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

Shades of Bouquet #B16E93

Tints of Bouquet #B16E93

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 147 (57.81% from 255) = 33.87%

R = 40.78%
G = 25.35%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B16E93 (or 0xB16E93) is known color: Bouquet. HEX triplet: B1, 6E and 93. RGB value is (177,110,147). Sum of RGB (Red+Green+Blue) = 177+110+147=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E93 is #4E916C. Grayscale: #868686. Windows color (decimal): -5149037 or 9662129. OLE color: 9662129.

HSL color Cylindrical-coordinate representation of color #B16E93: hue angle of 326.87º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E93 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 110 147 -
CMYK 0 0.38 0.17 0.31
HSL 326.87º 0.3% 0.56% -
HSV(B) 326.87º 0.38% 0.69% -
XYZ 28.97 22.61 30.44 -
YUV 134.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 177 110 147 0 0.38 0.17 0.31 326.87 0.3 0.56
Hex B1 6E 93 0 26 11 1F 147 1E 38
Octal 261 156 223 0 46 21 37 507 36 70
Binary 10110001 1101110 10010011 0 100110 10001 11111 101000111 11110 111000

Color Harmonies of #B16E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E93

Black with #B16E93

Text Example


Text Example

White with #B16E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E93; }

 p { color: rgb(177,110,147); }

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

background-color css

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

 a { background-color: rgb(177,110,147); }

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

border-color css

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

 span { border-color: rgb(177,110,147); }

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