Html Css Color HEX #B977A9 Bouquet

📋 copy color: '#B977A9'

red 185 ◦ green 119 ◦ blue 169

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

Shades of Bouquet #B977A9

Tints of Bouquet #B977A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.73%

R = 39.11%
G = 25.16%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B977A9 (or 0xB977A9) is known color: Bouquet. HEX triplet: B9, 77 and A9. RGB value is (185,119,169). Sum of RGB (Red+Green+Blue) = 185+119+169=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B977A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977A9 is #468856. Grayscale: #909090. Windows color (decimal): -4622423 or 11106233. OLE color: 11106233.

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

Color convert

RGB 185 119 169 -
CMYK 0 0.36 0.09 0.27
HSL 314.55º 0.32% 0.6% -
HSV(B) 314.55º 0.36% 0.73% -
XYZ 33.77 26.37 40.85 -
YUV 144.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 185 119 169 0 0.36 0.09 0.27 314.55 0.32 0.6
Hex B9 77 A9 0 24 9 1B 13B 20 3C
Octal 271 167 251 0 44 11 33 473 40 74
Binary 10111001 1110111 10101001 0 100100 1001 11011 100111011 100000 111100

Color Harmonies of #B977A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977A9

Black with #B977A9

Text Example


Text Example

White with #B977A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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