Html Css Color HEX #B979A8 Bouquet

📋 copy color: '#B979A8'

red 185 ◦ green 121 ◦ blue 168

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

Shades of Bouquet #B979A8

Tints of Bouquet #B979A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 39.03%
G = 25.53%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B979A8 (or 0xB979A8) is known color: Bouquet. HEX triplet: B9, 79 and A8. RGB value is (185,121,168). Sum of RGB (Red+Green+Blue) = 185+121+168=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B979A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979A8 is #468657. Grayscale: #919191. Windows color (decimal): -4621912 or 11041209. OLE color: 11041209.

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

Color convert

RGB 185 121 168 -
CMYK 0 0.35 0.09 0.27
HSL 315.94º 0.31% 0.6% -
HSV(B) 315.94º 0.35% 0.73% -
XYZ 33.91 26.82 40.43 -
YUV 145.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 185 121 168 0 0.35 0.09 0.27 315.94 0.31 0.6
Hex B9 79 A8 0 23 9 1B 13C 1F 3C
Octal 271 171 250 0 43 11 33 474 37 74
Binary 10111001 1111001 10101000 0 100011 1001 11011 100111100 11111 111100

Color Harmonies of #B979A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979A8

Black with #B979A8

Text Example


Text Example

White with #B979A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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