#B58BAD

Color #B58BAD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B58BAD

Tints of London Hue #B58BAD

Color information

#B58BAD (or 0xB58BAD) is unknown color: approx London Hue. HEX triplet: B5, 8B and AD. RGB value is (181,139,173). Sum of RGB (Red+Green+Blue) = 181+139+173=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58BAD is #4A7452. Grayscale: #9B9B9B. Windows color (decimal): -4879443 or 11373493. OLE color: 11373493.

HSL color Cylindrical-coordinate representation of color #B58BAD: hue angle of 311.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58BAD is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181139173-
CMYK00.230.040.29
HSL311.43º22.11%62.75%-
HSV(B)311.43º23.2%70.98%-
XYZ35.8331.3143.69-
YUV155.43137.91146.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=36.71%
G=28.19%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113917300.230.040.29311.4322.1162.75
HexB58BAD01741D137163f
Octal2652132550274354672677
Binary1011010110001011101011010101111001110110011011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BAD; }

 p { color: rgb(181,139,173); }

 H1.HeaderClassName
 {
   color: #B58BAD;
 }
 .AnyTagClassName
 {
   color: #B58BAD;
 }
</style>
background-color css

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

 a { background-color: rgb(181,139,173); }

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

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

 span { border-color: rgb(181,139,173); }

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