Html Css Color HEX #B077AA London Hue

📋 copy color: '#B077AA'

red 176 ◦ green 119 ◦ blue 170

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

Shades of London Hue #B077AA

Tints of London Hue #B077AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.59%

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

R = 37.85%
G = 25.59%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B077AA (or 0xB077AA) is known color: London Hue. HEX triplet: B0, 77 and AA. RGB value is (176,119,170). Sum of RGB (Red+Green+Blue) = 176+119+170=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B077AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077AA is #4F8855. Grayscale: #8D8D8D. Windows color (decimal): -5212246 or 11171760. OLE color: 11171760.

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

Color convert

RGB 176 119 170 -
CMYK 0 0.32 0.03 0.31
HSL 306.32º 0.27% 0.58% -
HSV(B) 306.32º 0.32% 0.69% -
XYZ 31.76 25.33 41.24 -
YUV 141.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 176 119 170 0 0.32 0.03 0.31 306.32 0.27 0.58
Hex B0 77 AA 0 20 3 1F 132 1B 3A
Octal 260 167 252 0 40 3 37 462 33 72
Binary 10110000 1110111 10101010 0 100000 11 11111 100110010 11011 111010

Color Harmonies of #B077AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077AA

Black with #B077AA

Text Example


Text Example

White with #B077AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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