Html Css Color HEX #B079AA London Hue

📋 copy color: '#B079AA'

red 176 ◦ green 121 ◦ blue 170

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

Shades of London Hue #B079AA

Tints of London Hue #B079AA

RGB

 RED value IS 176 (69.14% from 255) = 37.69%

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 37.69%
G = 25.91%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B079AA (or 0xB079AA) is known color: London Hue. HEX triplet: B0, 79 and AA. RGB value is (176,121,170). Sum of RGB (Red+Green+Blue) = 176+121+170=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B079AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079AA is #4F8655. Grayscale: #8E8E8E. Windows color (decimal): -5211734 or 11172272. OLE color: 11172272.

HSL color Cylindrical-coordinate representation of color #B079AA: hue angle of 306.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B079AA is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 121 170 -
CMYK 0 0.31 0.03 0.31
HSL 306.55º 0.26% 0.58% -
HSV(B) 306.55º 0.31% 0.69% -
XYZ 32 25.81 41.33 -
YUV 143.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 176 121 170 0 0.31 0.03 0.31 306.55 0.26 0.58
Hex B0 79 AA 0 1F 3 1F 133 1A 3A
Octal 260 171 252 0 37 3 37 463 32 72
Binary 10110000 1111001 10101010 0 11111 11 11111 100110011 11010 111010

Color Harmonies of #B079AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079AA

Black with #B079AA

Text Example


Text Example

White with #B079AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079AA; }

 p { color: rgb(176,121,170); }

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

background-color css

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

 a { background-color: rgb(176,121,170); }

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

border-color css

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

 span { border-color: rgb(176,121,170); }

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