#B38CAD

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

Shades of London Hue #B38CAD

Tints of London Hue #B38CAD

Color information

#B38CAD (or 0xB38CAD) is unknown color: approx London Hue. HEX triplet: B3, 8C and AD. RGB value is (179,140,173). Sum of RGB (Red+Green+Blue) = 179+140+173=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CAD is #4C7352. Grayscale: #9B9B9B. Windows color (decimal): -5010259 or 11373747. OLE color: 11373747.

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

Color convert

RGB179140173-
CMYK00.220.030.30
HSL309.23º20.42%62.55%-
HSV(B)309.23º21.79%70.2%-
XYZ35.5131.3643.72-
YUV155.42137.92144.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 140 (55.08% from 255) = 28.46%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=36.38%
G=28.46%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914017300.220.030.30309.2320.4262.55
HexB38CAD01631E135143f
Octal2632142550263364652477
Binary101100111000110010101101010110111111010011010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CAD; }

 p { color: rgb(179,140,173); }

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

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

 a { background-color: rgb(179,140,173); }

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

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

 span { border-color: rgb(179,140,173); }

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