Html Css Color HEX #B9779A Bouquet

📋 copy color: '#B9779A'

red 185 ◦ green 119 ◦ blue 154

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

Shades of Bouquet #B9779A

Tints of Bouquet #B9779A

RGB

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

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

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

R = 40.39%
G = 25.98%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9779A (or 0xB9779A) is known color: Bouquet. HEX triplet: B9, 77 and 9A. RGB value is (185,119,154). Sum of RGB (Red+Green+Blue) = 185+119+154=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9779A is #468865. Grayscale: #8E8E8E. Windows color (decimal): -4622438 or 10123193. OLE color: 10123193.

HSL color Cylindrical-coordinate representation of color #B9779A: hue angle of 328.18º 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 #B9779A is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 154 -
CMYK 0 0.36 0.17 0.27
HSL 328.18º 0.32% 0.6% -
HSV(B) 328.18º 0.36% 0.73% -
XYZ 32.44 25.84 33.85 -
YUV 142.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 185 119 154 0 0.36 0.17 0.27 328.18 0.32 0.6
Hex B9 77 9A 0 24 11 1B 148 20 3C
Octal 271 167 232 0 44 21 33 510 40 74
Binary 10111001 1110111 10011010 0 100100 10001 11011 101001000 100000 111100

Color Harmonies of #B9779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9779A

Black with #B9779A

Text Example


Text Example

White with #B9779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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