Html Css Color HEX #B977AB Bouquet

📋 copy color: '#B977AB'

red 185 ◦ green 119 ◦ blue 171

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

Shades of Bouquet #B977AB

Tints of Bouquet #B977AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36%

R = 38.95%
G = 25.05%
B = 36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B977AB (or 0xB977AB) is known color: Bouquet. HEX triplet: B9, 77 and AB. RGB value is (185,119,171). Sum of RGB (Red+Green+Blue) = 185+119+171=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B977AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977AB is #468854. Grayscale: #909090. Windows color (decimal): -4622421 or 11237305. OLE color: 11237305.

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

Color convert

RGB 185 119 171 -
CMYK 0 0.36 0.08 0.27
HSL 312.73º 0.32% 0.6% -
HSV(B) 312.73º 0.36% 0.73% -
XYZ 33.96 26.45 41.84 -
YUV 144.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 185 119 171 0 0.36 0.08 0.27 312.73 0.32 0.6
Hex B9 77 AB 0 24 8 1B 139 20 3C
Octal 271 167 253 0 44 10 33 471 40 74
Binary 10111001 1110111 10101011 0 100100 1000 11011 100111001 100000 111100

Color Harmonies of #B977AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977AB

Black with #B977AB

Text Example


Text Example

White with #B977AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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