Html Css Color HEX #B076AB London Hue

📋 copy color: '#B076AB'

red 176 ◦ green 118 ◦ blue 171

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

Shades of London Hue #B076AB

Tints of London Hue #B076AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

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

R = 37.85%
G = 25.38%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B076AB (or 0xB076AB) is known color: London Hue. HEX triplet: B0, 76 and AB. RGB value is (176,118,171). Sum of RGB (Red+Green+Blue) = 176+118+171=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B076AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076AB is #4F8954. Grayscale: #8D8D8D. Windows color (decimal): -5212501 or 11237040. OLE color: 11237040.

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

Color convert

RGB 176 118 171 -
CMYK 0 0.33 0.03 0.31
HSL 305.17º 0.27% 0.58% -
HSV(B) 305.17º 0.33% 0.69% -
XYZ 31.73 25.13 41.71 -
YUV 141.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 176 118 171 0 0.33 0.03 0.31 305.17 0.27 0.58
Hex B0 76 AB 0 21 3 1F 131 1B 3A
Octal 260 166 253 0 41 3 37 461 33 72
Binary 10110000 1110110 10101011 0 100001 11 11111 100110001 11011 111010

Color Harmonies of #B076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076AB

Black with #B076AB

Text Example


Text Example

White with #B076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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