#B38EAB

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

Shades of London Hue #B38EAB

Tints of London Hue #B38EAB

Color information

#B38EAB (or 0xB38EAB) is unknown color: approx London Hue. HEX triplet: B3, 8E and AB. RGB value is (179,142,171). Sum of RGB (Red+Green+Blue) = 179+142+171=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B38EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38EAB is #4C7154. Grayscale: #9C9C9C. Windows color (decimal): -5009749 or 11243187. OLE color: 11243187.

HSL color Cylindrical-coordinate representation of color #B38EAB: hue angle of 312.97º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38EAB is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179142171-
CMYK00.210.040.30
HSL312.97º19.58%62.94%-
HSV(B)312.97º20.67%70.2%-
XYZ35.6131.8742.8-
YUV156.37136.26144.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=36.38%
G=28.86%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914217100.210.040.30312.9719.5862.94
HexB38EAB01541E139143f
Octal2632162530254364712477
Binary1011001110001110101010110101011001111010011100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EAB; }

 p { color: rgb(179,142,171); }

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

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

 a { background-color: rgb(179,142,171); }

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

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

 span { border-color: rgb(179,142,171); }

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