#B58CAF

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

Shades of London Hue #B58CAF

Tints of London Hue #B58CAF

Color information

#B58CAF (or 0xB58CAF) is unknown color: approx London Hue. HEX triplet: B5, 8C and AF. RGB value is (181,140,175). Sum of RGB (Red+Green+Blue) = 181+140+175=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CAF is #4A7350. Grayscale: #9C9C9C. Windows color (decimal): -4879185 or 11504821. OLE color: 11504821.

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

Color convert

RGB181140175-
CMYK00.230.030.29
HSL308.78º21.69%62.94%-
HSV(B)308.78º22.65%70.98%-
XYZ36.1731.6844.76-
YUV156.25138.58145.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=36.49%
G=28.23%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114017500.230.030.29308.7821.6962.94
HexB58CAF01731D135163f
Octal2652142570273354652677
Binary101101011000110010101111010111111110110011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CAF; }

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

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

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

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

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

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

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

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