Html Css Color HEX #B9779E Bouquet

📋 copy color: '#B9779E'

red 185 ◦ green 119 ◦ blue 158

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

Shades of Bouquet #B9779E

Tints of Bouquet #B9779E

RGB

 RED value IS 185 (72.66% from 255) = 40.04%

 GREEN value IS 119 (46.88% from 255) = 25.76%

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 40.04%
G = 25.76%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9779E (or 0xB9779E) is known color: Bouquet. HEX triplet: B9, 77 and 9E. RGB value is (185,119,158). Sum of RGB (Red+Green+Blue) = 185+119+158=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9779E is #468861. Grayscale: #8F8F8F. Windows color (decimal): -4622434 or 10385337. OLE color: 10385337.

HSL color Cylindrical-coordinate representation of color #B9779E: hue angle of 324.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9779E is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 158 -
CMYK 0 0.36 0.15 0.27
HSL 324.55º 0.32% 0.6% -
HSV(B) 324.55º 0.36% 0.73% -
XYZ 32.78 25.98 35.63 -
YUV 143.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 185 119 158 0 0.36 0.15 0.27 324.55 0.32 0.6
Hex B9 77 9E 0 24 F 1B 145 20 3C
Octal 271 167 236 0 44 17 33 505 40 74
Binary 10111001 1110111 10011110 0 100100 1111 11011 101000101 100000 111100

Color Harmonies of #B9779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9779E

Black with #B9779E

Text Example


Text Example

White with #B9779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9779E; }

 p { color: rgb(185,119,158); }

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

background-color css

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

 a { background-color: rgb(185,119,158); }

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

border-color css

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

 span { border-color: rgb(185,119,158); }

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