#B37CAC

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

Shades of London Hue #B37CAC

Tints of London Hue #B37CAC

Color information

#B37CAC (or 0xB37CAC) is unknown color: approx London Hue. HEX triplet: B3, 7C and AC. RGB value is (179,124,172). Sum of RGB (Red+Green+Blue) = 179+124+172=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CAC is #4C8353. Grayscale: #919191. Windows color (decimal): -5014356 or 11304115. OLE color: 11304115.

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

Color convert

RGB179124172-
CMYK00.310.040.30
HSL307.64º26.57%59.41%-
HSV(B)307.64º30.73%70.2%-
XYZ33.2426.9842.48-
YUV145.92142.72151.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=37.68%
G=26.11%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912417200.310.040.30307.6426.5759.41
HexB37CAC01F41E1341b3b
Octal2631742540374364643373
Binary101100111111100101011000111111001111010011010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CAC; }

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

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

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

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

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

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

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

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