Html Css Color HEX #B779AA Bouquet

📋 copy color: '#B779AA'

red 183 ◦ green 121 ◦ blue 170

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

Shades of Bouquet #B779AA

Tints of Bouquet #B779AA

RGB

 RED value IS 183 (71.88% from 255) = 38.61%

 GREEN value IS 121 (47.66% from 255) = 25.53%

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 38.61%
G = 25.53%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B779AA (or 0xB779AA) is known color: Bouquet. HEX triplet: B7, 79 and AA. RGB value is (183,121,170). Sum of RGB (Red+Green+Blue) = 183+121+170=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B779AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779AA is #488655. Grayscale: #909090. Windows color (decimal): -4752982 or 11172279. OLE color: 11172279.

HSL color Cylindrical-coordinate representation of color #B779AA: hue angle of 312.58º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B779AA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 121 170 -
CMYK 0 0.34 0.07 0.28
HSL 312.58º 0.3% 0.6% -
HSV(B) 312.58º 0.34% 0.72% -
XYZ 33.62 26.64 41.4 -
YUV 145.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 183 121 170 0 0.34 0.07 0.28 312.58 0.3 0.6
Hex B7 79 AA 0 22 7 1C 139 1E 3C
Octal 267 171 252 0 42 7 34 471 36 74
Binary 10110111 1111001 10101010 0 100010 111 11100 100111001 11110 111100

Color Harmonies of #B779AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B779AA

Black with #B779AA

Text Example


Text Example

White with #B779AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B779AA; }

 p { color: rgb(183,121,170); }

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

background-color css

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

 a { background-color: rgb(183,121,170); }

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

border-color css

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

 span { border-color: rgb(183,121,170); }

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