#B58BAF

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

Shades of London Hue #B58BAF

Tints of London Hue #B58BAF

Color information

#B58BAF (or 0xB58BAF) is unknown color: approx London Hue. HEX triplet: B5, 8B and AF. RGB value is (181,139,175). Sum of RGB (Red+Green+Blue) = 181+139+175=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58BAF is #4A7450. Grayscale: #9B9B9B. Windows color (decimal): -4879441 or 11504565. OLE color: 11504565.

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

Color convert

RGB181139175-
CMYK00.230.030.29
HSL308.57º22.11%62.75%-
HSV(B)308.57º23.2%70.98%-
XYZ36.0331.3844.72-
YUV155.66138.91146.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=36.57%
G=28.08%
B=35.35%

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
Decimal18113917500.230.030.29308.5722.1162.75
HexB58BAF01731D135163f
Octal2652132570273354652677
Binary101101011000101110101111010111111110110011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BAF; }

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

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

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

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

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

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

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

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