Html Css Color HEX #B979A6 Bouquet

📋 copy color: '#B979A6'

red 185 ◦ green 121 ◦ blue 166

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

Shades of Bouquet #B979A6

Tints of Bouquet #B979A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.17%

R = 39.19%
G = 25.64%
B = 35.17%

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

#B979A6 (or 0xB979A6) is known color: Bouquet. HEX triplet: B9, 79 and A6. RGB value is (185,121,166). Sum of RGB (Red+Green+Blue) = 185+121+166=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B979A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979A6 is #468659. Grayscale: #919191. Windows color (decimal): -4621914 or 10910137. OLE color: 10910137.

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

Color convert

RGB 185 121 166 -
CMYK 0 0.35 0.10 0.27
HSL 317.81º 0.31% 0.6% -
HSV(B) 317.81º 0.35% 0.73% -
XYZ 33.73 26.74 39.46 -
YUV 145.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 185 121 166 0 0.35 0.10 0.27 317.81 0.31 0.6
Hex B9 79 A6 0 23 A 1B 13E 1F 3C
Octal 271 171 246 0 43 12 33 476 37 74
Binary 10111001 1111001 10100110 0 100011 1010 11011 100111110 11111 111100

Color Harmonies of #B979A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979A6

Black with #B979A6

Text Example


Text Example

White with #B979A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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