#B58CAE

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

Shades of London Hue #B58CAE

Tints of London Hue #B58CAE

Color information

#B58CAE (or 0xB58CAE) is unknown color: approx London Hue. HEX triplet: B5, 8C and AE. RGB value is (181,140,174). Sum of RGB (Red+Green+Blue) = 181+140+174=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CAE is #4A7351. Grayscale: #9C9C9C. Windows color (decimal): -4879186 or 11439285. OLE color: 11439285.

HSL color Cylindrical-coordinate representation of color #B58CAE: hue angle of 310.24º 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 #B58CAE is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181140174-
CMYK00.230.040.29
HSL310.24º21.69%62.94%-
HSV(B)310.24º22.65%70.98%-
XYZ36.0731.6444.25-
YUV156.14138.08145.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=36.57%
G=28.28%
B=35.15%

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
Decimal18114017400.230.040.29310.2421.6962.94
HexB58CAE01741D136163f
Octal2652142560274354662677
Binary1011010110001100101011100101111001110110011011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CAE; }

 p { color: rgb(181,140,174); }

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

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

 a { background-color: rgb(181,140,174); }

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

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

 span { border-color: rgb(181,140,174); }

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