Html Css Color HEX #B977A1 Bouquet

📋 copy color: '#B977A1'

red 185 ◦ green 119 ◦ blue 161

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

Shades of Bouquet #B977A1

Tints of Bouquet #B977A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.62%

R = 39.78%
G = 25.59%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B977A1 (or 0xB977A1) is known color: Bouquet. HEX triplet: B9, 77 and A1. RGB value is (185,119,161). Sum of RGB (Red+Green+Blue) = 185+119+161=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B977A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977A1 is #46885E. Grayscale: #8F8F8F. Windows color (decimal): -4622431 or 10581945. OLE color: 10581945.

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

Color convert

RGB 185 119 161 -
CMYK 0 0.36 0.13 0.27
HSL 321.82º 0.32% 0.6% -
HSV(B) 321.82º 0.36% 0.73% -
XYZ 33.04 26.08 37.01 -
YUV 143.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 185 119 161 0 0.36 0.13 0.27 321.82 0.32 0.6
Hex B9 77 A1 0 24 D 1B 142 20 3C
Octal 271 167 241 0 44 15 33 502 40 74
Binary 10111001 1110111 10100001 0 100100 1101 11011 101000010 100000 111100

Color Harmonies of #B977A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977A1

Black with #B977A1

Text Example


Text Example

White with #B977A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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