Html Css Color HEX #B979AF London Hue

📋 copy color: '#B979AF'

red 185 ◦ green 121 ◦ blue 175

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

Shades of London Hue #B979AF

Tints of London Hue #B979AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 38.46%
G = 25.16%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B979AF (or 0xB979AF) is known color: London Hue. HEX triplet: B9, 79 and AF. RGB value is (185,121,175). Sum of RGB (Red+Green+Blue) = 185+121+175=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B979AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979AF is #468650. Grayscale: #929292. Windows color (decimal): -4621905 or 11499961. OLE color: 11499961.

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

Color convert

RGB 185 121 175 -
CMYK 0 0.35 0.05 0.27
HSL 309.38º 0.31% 0.6% -
HSV(B) 309.38º 0.35% 0.73% -
XYZ 34.58 27.08 43.96 -
YUV 146.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 185 121 175 0 0.35 0.05 0.27 309.38 0.31 0.6
Hex B9 79 AF 0 23 5 1B 135 1F 3C
Octal 271 171 257 0 43 5 33 465 37 74
Binary 10111001 1111001 10101111 0 100011 101 11011 100110101 11111 111100

Color Harmonies of #B979AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979AF

Black with #B979AF

Text Example


Text Example

White with #B979AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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