#B38CAC

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

Shades of London Hue #B38CAC

Tints of London Hue #B38CAC

Color information

#B38CAC (or 0xB38CAC) is unknown color: approx London Hue. HEX triplet: B3, 8C and AC. RGB value is (179,140,172). Sum of RGB (Red+Green+Blue) = 179+140+172=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CAC is #4C7353. Grayscale: #9B9B9B. Windows color (decimal): -5010260 or 11308211. OLE color: 11308211.

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

Color convert

RGB179140172-
CMYK00.220.040.30
HSL310.77º20.42%62.55%-
HSV(B)310.77º21.79%70.2%-
XYZ35.4131.3243.21-
YUV155.31137.42144.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=36.46%
G=28.51%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914017200.220.040.30310.7720.4262.55
HexB38CAC01641E137143f
Octal2632142540264364672477
Binary1011001110001100101011000101101001111010011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CAC; }

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

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

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

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

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

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

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

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