Html Css Color HEX #B9779B Bouquet

📋 copy color: '#B9779B'

red 185 ◦ green 119 ◦ blue 155

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

Shades of Bouquet #B9779B

Tints of Bouquet #B9779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 40.31%
G = 25.93%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9779B (or 0xB9779B) is known color: Bouquet. HEX triplet: B9, 77 and 9B. RGB value is (185,119,155). Sum of RGB (Red+Green+Blue) = 185+119+155=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9779B is #468864. Grayscale: #8E8E8E. Windows color (decimal): -4622437 or 10188729. OLE color: 10188729.

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

Color convert

RGB 185 119 155 -
CMYK 0 0.36 0.16 0.27
HSL 327.27º 0.32% 0.6% -
HSV(B) 327.27º 0.36% 0.73% -
XYZ 32.52 25.87 34.29 -
YUV 142.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 185 119 155 0 0.36 0.16 0.27 327.27 0.32 0.6
Hex B9 77 9B 0 24 10 1B 147 20 3C
Octal 271 167 233 0 44 20 33 507 40 74
Binary 10111001 1110111 10011011 0 100100 10000 11011 101000111 100000 111100

Color Harmonies of #B9779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9779B

Black with #B9779B

Text Example


Text Example

White with #B9779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9779B; }

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

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

background-color css

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

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

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

border-color css

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

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

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