Html Css Color HEX #B077AB London Hue

📋 copy color: '#B077AB'

red 176 ◦ green 119 ◦ blue 171

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

Shades of London Hue #B077AB

Tints of London Hue #B077AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 37.77%
G = 25.54%
B = 36.7%

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

#B077AB (or 0xB077AB) is known color: London Hue. HEX triplet: B0, 77 and AB. RGB value is (176,119,171). Sum of RGB (Red+Green+Blue) = 176+119+171=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B077AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077AB is #4F8854. Grayscale: #8D8D8D. Windows color (decimal): -5212245 or 11237296. OLE color: 11237296.

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

Color convert

RGB 176 119 171 -
CMYK 0 0.32 0.03 0.31
HSL 305.26º 0.27% 0.58% -
HSV(B) 305.26º 0.32% 0.69% -
XYZ 31.85 25.36 41.75 -
YUV 141.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 176 119 171 0 0.32 0.03 0.31 305.26 0.27 0.58
Hex B0 77 AB 0 20 3 1F 131 1B 3A
Octal 260 167 253 0 40 3 37 461 33 72
Binary 10110000 1110111 10101011 0 100000 11 11111 100110001 11011 111010

Color Harmonies of #B077AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077AB

Black with #B077AB

Text Example


Text Example

White with #B077AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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