Html Css Color HEX #B9779F Bouquet

📋 copy color: '#B9779F'

red 185 ◦ green 119 ◦ blue 159

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

Shades of Bouquet #B9779F

Tints of Bouquet #B9779F

RGB

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

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

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

R = 39.96%
G = 25.7%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9779F (or 0xB9779F) is known color: Bouquet. HEX triplet: B9, 77 and 9F. RGB value is (185,119,159). Sum of RGB (Red+Green+Blue) = 185+119+159=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9779F is #468860. Grayscale: #8F8F8F. Windows color (decimal): -4622433 or 10450873. OLE color: 10450873.

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

Color convert

RGB 185 119 159 -
CMYK 0 0.36 0.14 0.27
HSL 323.64º 0.32% 0.6% -
HSV(B) 323.64º 0.36% 0.73% -
XYZ 32.86 26.01 36.09 -
YUV 143.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 185 119 159 0 0.36 0.14 0.27 323.64 0.32 0.6
Hex B9 77 9F 0 24 E 1B 144 20 3C
Octal 271 167 237 0 44 16 33 504 40 74
Binary 10111001 1110111 10011111 0 100100 1110 11011 101000100 100000 111100

Color Harmonies of #B9779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9779F

Black with #B9779F

Text Example


Text Example

White with #B9779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9779F; }

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

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

background-color css

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

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

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

border-color css

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

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

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