#B37BAB

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

Shades of London Hue #B37BAB

Tints of London Hue #B37BAB

Color information

#B37BAB (or 0xB37BAB) is unknown color: approx London Hue. HEX triplet: B3, 7B and AB. RGB value is (179,123,171). Sum of RGB (Red+Green+Blue) = 179+123+171=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BAB is #4C8454. Grayscale: #919191. Windows color (decimal): -5014613 or 11238323. OLE color: 11238323.

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

Color convert

RGB179123171-
CMYK00.310.040.30
HSL308.57º26.92%59.22%-
HSV(B)308.57º31.28%70.2%-
XYZ33.0226.6941.94-
YUV145.22142.55152.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=37.84%
G=26.00%
B=36.15%

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
Decimal17912317100.310.040.30308.5726.9259.22
HexB37BAB01F41E1351b3b
Octal2631732530374364653373
Binary101100111111011101010110111111001111010011010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BAB; }

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

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

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

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

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

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

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

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