#B38CAA

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

Shades of London Hue #B38CAA

Tints of London Hue #B38CAA

Color information

#B38CAA (or 0xB38CAA) is unknown color: approx London Hue. HEX triplet: B3, 8C and AA. RGB value is (179,140,170). Sum of RGB (Red+Green+Blue) = 179+140+170=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CAA is #4C7355. Grayscale: #9A9A9A. Windows color (decimal): -5010262 or 11177139. OLE color: 11177139.

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

Color convert

RGB179140170-
CMYK00.220.050.30
HSL313.85º20.42%62.55%-
HSV(B)313.85º21.79%70.2%-
XYZ35.2231.2442.2-
YUV155.08136.42145.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=36.61%
G=28.63%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914017000.220.050.30313.8520.4262.55
HexB38CAA01651E13a143f
Octal2632142520265364722477
Binary1011001110001100101010100101101011111010011101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CAA; }

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

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

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

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

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

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

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

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