Html Css Color HEX #B079A9 London Hue

📋 copy color: '#B079A9'

red 176 ◦ green 121 ◦ blue 169

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

Shades of London Hue #B079A9

Tints of London Hue #B079A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.27%

R = 37.77%
G = 25.97%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B079A9 (or 0xB079A9) is known color: London Hue. HEX triplet: B0, 79 and A9. RGB value is (176,121,169). Sum of RGB (Red+Green+Blue) = 176+121+169=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B079A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079A9 is #4F8656. Grayscale: #8E8E8E. Windows color (decimal): -5211735 or 11106736. OLE color: 11106736.

HSL color Cylindrical-coordinate representation of color #B079A9: hue angle of 307.64º 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 #B079A9 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 121 169 -
CMYK 0 0.31 0.04 0.31
HSL 307.64º 0.26% 0.58% -
HSV(B) 307.64º 0.31% 0.69% -
XYZ 31.9 25.77 40.83 -
YUV 142.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 176 121 169 0 0.31 0.04 0.31 307.64 0.26 0.58
Hex B0 79 A9 0 1F 4 1F 134 1A 3A
Octal 260 171 251 0 37 4 37 464 32 72
Binary 10110000 1111001 10101001 0 11111 100 11111 100110100 11010 111010

Color Harmonies of #B079A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079A9

Black with #B079A9

Text Example


Text Example

White with #B079A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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