Html Css Color HEX #B977AA Bouquet

📋 copy color: '#B977AA'

red 185 ◦ green 119 ◦ blue 170

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

Shades of Bouquet #B977AA

Tints of Bouquet #B977AA

RGB

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

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

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

R = 39.03%
G = 25.11%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B977AA (or 0xB977AA) is known color: Bouquet. HEX triplet: B9, 77 and AA. RGB value is (185,119,170). Sum of RGB (Red+Green+Blue) = 185+119+170=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B977AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977AA is #468855. Grayscale: #909090. Windows color (decimal): -4622422 or 11171769. OLE color: 11171769.

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

Color convert

RGB 185 119 170 -
CMYK 0 0.36 0.08 0.27
HSL 313.64º 0.32% 0.6% -
HSV(B) 313.64º 0.36% 0.73% -
XYZ 33.86 26.41 41.34 -
YUV 144.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 185 119 170 0 0.36 0.08 0.27 313.64 0.32 0.6
Hex B9 77 AA 0 24 8 1B 13A 20 3C
Octal 271 167 252 0 44 10 33 472 40 74
Binary 10111001 1110111 10101010 0 100100 1000 11011 100111010 100000 111100

Color Harmonies of #B977AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977AA

Black with #B977AA

Text Example


Text Example

White with #B977AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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