#B58CAC

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

Shades of London Hue #B58CAC

Tints of London Hue #B58CAC

Color information

#B58CAC (or 0xB58CAC) is unknown color: approx London Hue. HEX triplet: B5, 8C and AC. RGB value is (181,140,172). Sum of RGB (Red+Green+Blue) = 181+140+172=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CAC is #4A7353. Grayscale: #9B9B9B. Windows color (decimal): -4879188 or 11308213. OLE color: 11308213.

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

Color convert

RGB181140172-
CMYK00.230.050.29
HSL313.17º21.69%62.94%-
HSV(B)313.17º22.65%70.98%-
XYZ35.8831.5643.23-
YUV155.91137.08145.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=36.71%
G=28.40%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114017200.230.050.29313.1721.6962.94
HexB58CAC01751D139163f
Octal2652142540275354712677
Binary1011010110001100101011000101111011110110011100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CAC; }

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

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

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

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

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

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

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

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