Html Css Color HEX #B16F9A Bouquet

📋 copy color: '#B16F9A'

red 177 ◦ green 111 ◦ blue 154

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

Shades of Bouquet #B16F9A

Tints of Bouquet #B16F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 40.05%
G = 25.11%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B16F9A (or 0xB16F9A) is known color: Bouquet. HEX triplet: B1, 6F and 9A. RGB value is (177,111,154). Sum of RGB (Red+Green+Blue) = 177+111+154=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F9A is #4E9065. Grayscale: #878787. Windows color (decimal): -5148774 or 10121137. OLE color: 10121137.

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

Color convert

RGB 177 111 154 -
CMYK 0 0.37 0.13 0.31
HSL 320.91º 0.3% 0.56% -
HSV(B) 320.91º 0.37% 0.69% -
XYZ 29.65 23.05 33.46 -
YUV 135.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 177 111 154 0 0.37 0.13 0.31 320.91 0.3 0.56
Hex B1 6F 9A 0 25 D 1F 141 1E 38
Octal 261 157 232 0 45 15 37 501 36 70
Binary 10110001 1101111 10011010 0 100101 1101 11111 101000001 11110 111000

Color Harmonies of #B16F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F9A

Black with #B16F9A

Text Example


Text Example

White with #B16F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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