Html Css Color HEX #B16F9F Bouquet

📋 copy color: '#B16F9F'

red 177 ◦ green 111 ◦ blue 159

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

Shades of Bouquet #B16F9F

Tints of Bouquet #B16F9F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.83%

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 39.6%
G = 24.83%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B16F9F (or 0xB16F9F) is known color: Bouquet. HEX triplet: B1, 6F and 9F. RGB value is (177,111,159). Sum of RGB (Red+Green+Blue) = 177+111+159=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F9F is #4E9060. Grayscale: #888888. Windows color (decimal): -5148769 or 10448817. OLE color: 10448817.

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

Color convert

RGB 177 111 159 -
CMYK 0 0.37 0.10 0.31
HSL 316.36º 0.3% 0.56% -
HSV(B) 316.36º 0.37% 0.69% -
XYZ 30.07 23.22 35.7 -
YUV 136.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 177 111 159 0 0.37 0.10 0.31 316.36 0.3 0.56
Hex B1 6F 9F 0 25 A 1F 13C 1E 38
Octal 261 157 237 0 45 12 37 474 36 70
Binary 10110001 1101111 10011111 0 100101 1010 11111 100111100 11110 111000

Color Harmonies of #B16F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F9F

Black with #B16F9F

Text Example


Text Example

White with #B16F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F9F; }

 p { color: rgb(177,111,159); }

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

background-color css

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

 a { background-color: rgb(177,111,159); }

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

border-color css

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

 span { border-color: rgb(177,111,159); }

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