Html Css Color HEX #B977A8 Bouquet

📋 copy color: '#B977A8'

red 185 ◦ green 119 ◦ blue 168

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

Shades of Bouquet #B977A8

Tints of Bouquet #B977A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 39.19%
G = 25.21%
B = 35.59%

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

#B977A8 (or 0xB977A8) is known color: Bouquet. HEX triplet: B9, 77 and A8. RGB value is (185,119,168). Sum of RGB (Red+Green+Blue) = 185+119+168=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B977A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977A8 is #468857. Grayscale: #909090. Windows color (decimal): -4622424 or 11040697. OLE color: 11040697.

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

Color convert

RGB 185 119 168 -
CMYK 0 0.36 0.09 0.27
HSL 315.45º 0.32% 0.6% -
HSV(B) 315.45º 0.36% 0.73% -
XYZ 33.67 26.34 40.35 -
YUV 144.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 185 119 168 0 0.36 0.09 0.27 315.45 0.32 0.6
Hex B9 77 A8 0 24 9 1B 13B 20 3C
Octal 271 167 250 0 44 11 33 473 40 74
Binary 10111001 1110111 10101000 0 100100 1001 11011 100111011 100000 111100

Color Harmonies of #B977A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977A8

Black with #B977A8

Text Example


Text Example

White with #B977A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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