Html Css Color HEX #B977AC Bouquet

📋 copy color: '#B977AC'

red 185 ◦ green 119 ◦ blue 172

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

Shades of Bouquet #B977AC

Tints of Bouquet #B977AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 38.87%
G = 25%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B977AC (or 0xB977AC) is known color: Bouquet. HEX triplet: B9, 77 and AC. RGB value is (185,119,172). Sum of RGB (Red+Green+Blue) = 185+119+172=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B977AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977AC is #468853. Grayscale: #909090. Windows color (decimal): -4622420 or 11302841. OLE color: 11302841.

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

Color convert

RGB 185 119 172 -
CMYK 0 0.36 0.07 0.27
HSL 311.82º 0.32% 0.6% -
HSV(B) 311.82º 0.36% 0.73% -
XYZ 34.05 26.49 42.35 -
YUV 144.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 185 119 172 0 0.36 0.07 0.27 311.82 0.32 0.6
Hex B9 77 AC 0 24 7 1B 138 20 3C
Octal 271 167 254 0 44 7 33 470 40 74
Binary 10111001 1110111 10101100 0 100100 111 11011 100111000 100000 111100

Color Harmonies of #B977AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977AC

Black with #B977AC

Text Example


Text Example

White with #B977AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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