Html Css Color HEX #B977A3 Bouquet

📋 copy color: '#B977A3'

red 185 ◦ green 119 ◦ blue 163

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

Shades of Bouquet #B977A3

Tints of Bouquet #B977A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.9%

R = 39.61%
G = 25.48%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B977A3 (or 0xB977A3) is known color: Bouquet. HEX triplet: B9, 77 and A3. RGB value is (185,119,163). Sum of RGB (Red+Green+Blue) = 185+119+163=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B977A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977A3 is #46885C. Grayscale: #8F8F8F. Windows color (decimal): -4622429 or 10713017. OLE color: 10713017.

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

Color convert

RGB 185 119 163 -
CMYK 0 0.36 0.12 0.27
HSL 320º 0.32% 0.6% -
HSV(B) 320º 0.36% 0.73% -
XYZ 33.22 26.15 37.95 -
YUV 143.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 185 119 163 0 0.36 0.12 0.27 320 0.32 0.6
Hex B9 77 A3 0 24 C 1B 140 20 3C
Octal 271 167 243 0 44 14 33 500 40 74
Binary 10111001 1110111 10100011 0 100100 1100 11011 101000000 100000 111100

Color Harmonies of #B977A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977A3

Black with #B977A3

Text Example


Text Example

White with #B977A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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