Html Css Color HEX #B979AB Bouquet

📋 copy color: '#B979AB'

red 185 ◦ green 121 ◦ blue 171

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

Shades of Bouquet #B979AB

Tints of Bouquet #B979AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

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

R = 38.78%
G = 25.37%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B979AB (or 0xB979AB) is known color: Bouquet. HEX triplet: B9, 79 and AB. RGB value is (185,121,171). Sum of RGB (Red+Green+Blue) = 185+121+171=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B979AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979AB is #468654. Grayscale: #919191. Windows color (decimal): -4621909 or 11237817. OLE color: 11237817.

HSL color Cylindrical-coordinate representation of color #B979AB: hue angle of 313.12º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B979AB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 121 171 -
CMYK 0 0.35 0.08 0.27
HSL 313.13º 0.31% 0.6% -
HSV(B) 313.13º 0.35% 0.73% -
XYZ 34.2 26.93 41.92 -
YUV 145.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 185 121 171 0 0.35 0.08 0.27 313.13 0.31 0.6
Hex B9 79 AB 0 23 8 1B 139 1F 3C
Octal 271 171 253 0 43 10 33 471 37 74
Binary 10111001 1111001 10101011 0 100011 1000 11011 100111001 11111 111100

Color Harmonies of #B979AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979AB

Black with #B979AB

Text Example


Text Example

White with #B979AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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