Html Css Color HEX #B5A0B0 London Hue

📋 copy color: '#B5A0B0'

red 181 ◦ green 160 ◦ blue 176

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

Shades of London Hue #B5A0B0

Tints of London Hue #B5A0B0

RGB

 RED value IS 181 (71.09% from 255) = 35.01%

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 35.01%
G = 30.95%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B5A0B0 (or 0xB5A0B0) is known color: London Hue. HEX triplet: B5, A0 and B0. RGB value is (181,160,176). Sum of RGB (Red+Green+Blue) = 181+160+176=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A0B0 is #4A5F4F. Grayscale: #A8A8A8. Windows color (decimal): -4874064 or 11575477. OLE color: 11575477.

HSL color Cylindrical-coordinate representation of color #B5A0B0: hue angle of 314.29º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5A0B0 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 160 176 -
CMYK 0 0.12 0.03 0.29
HSL 314.29º 0.12% 0.67% -
HSV(B) 314.29º 0.12% 0.71% -
XYZ 39.46 38.1 46.35 -
YUV 168.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 181 160 176 0 0.12 0.03 0.29 314.29 0.12 0.67
Hex B5 A0 B0 0 C 3 1D 13A C 43
Octal 265 240 260 0 14 3 35 472 14 103
Binary 10110101 10100000 10110000 0 1100 11 11101 100111010 1100 1000011

Color Harmonies of #B5A0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A0B0

Black with #B5A0B0

Text Example


Text Example

White with #B5A0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A0B0; }

 p { color: rgb(181,160,176); }

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

background-color css

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

 a { background-color: rgb(181,160,176); }

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

border-color css

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

 span { border-color: rgb(181,160,176); }

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