Html Css Color HEX #B979A7 Bouquet

📋 copy color: '#B979A7'

red 185 ◦ green 121 ◦ blue 167

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

Shades of Bouquet #B979A7

Tints of Bouquet #B979A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.31%

R = 39.11%
G = 25.58%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B979A7 (or 0xB979A7) is known color: Bouquet. HEX triplet: B9, 79 and A7. RGB value is (185,121,167). Sum of RGB (Red+Green+Blue) = 185+121+167=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B979A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979A7 is #468658. Grayscale: #919191. Windows color (decimal): -4621913 or 10975673. OLE color: 10975673.

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

Color convert

RGB 185 121 167 -
CMYK 0 0.35 0.10 0.27
HSL 316.88º 0.31% 0.6% -
HSV(B) 316.88º 0.35% 0.73% -
XYZ 33.82 26.78 39.95 -
YUV 145.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 185 121 167 0 0.35 0.10 0.27 316.88 0.31 0.6
Hex B9 79 A7 0 23 A 1B 13D 1F 3C
Octal 271 171 247 0 43 12 33 475 37 74
Binary 10111001 1111001 10100111 0 100011 1010 11011 100111101 11111 111100

Color Harmonies of #B979A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979A7

Black with #B979A7

Text Example


Text Example

White with #B979A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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