Html Css Color HEX #B076AA London Hue

📋 copy color: '#B076AA'

red 176 ◦ green 118 ◦ blue 170

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

Shades of London Hue #B076AA

Tints of London Hue #B076AA

RGB

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

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

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

R = 37.93%
G = 25.43%
B = 36.64%

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

#B076AA (or 0xB076AA) is known color: London Hue. HEX triplet: B0, 76 and AA. RGB value is (176,118,170). Sum of RGB (Red+Green+Blue) = 176+118+170=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B076AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076AA is #4F8955. Grayscale: #8D8D8D. Windows color (decimal): -5212502 or 11171504. OLE color: 11171504.

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

Color convert

RGB 176 118 170 -
CMYK 0 0.33 0.03 0.31
HSL 306.21º 0.27% 0.58% -
HSV(B) 306.21º 0.33% 0.69% -
XYZ 31.64 25.09 41.21 -
YUV 141.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 176 118 170 0 0.33 0.03 0.31 306.21 0.27 0.58
Hex B0 76 AA 0 21 3 1F 132 1B 3A
Octal 260 166 252 0 41 3 37 462 33 72
Binary 10110000 1110110 10101010 0 100001 11 11111 100110010 11011 111010

Color Harmonies of #B076AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076AA

Black with #B076AA

Text Example


Text Example

White with #B076AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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