#B37DAB

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

Shades of London Hue #B37DAB

Tints of London Hue #B37DAB

Color information

#B37DAB (or 0xB37DAB) is unknown color: approx London Hue. HEX triplet: B3, 7D and AB. RGB value is (179,125,171). Sum of RGB (Red+Green+Blue) = 179+125+171=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DAB is #4C8254. Grayscale: #929292. Windows color (decimal): -5014101 or 11238835. OLE color: 11238835.

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

Color convert

RGB179125171-
CMYK00.300.040.30
HSL308.89º26.21%59.61%-
HSV(B)308.89º30.17%70.2%-
XYZ33.2727.1942.02-
YUV146.39141.89151.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 171 (67.19% from 255) = 36%
R=37.68%
G=26.32%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912517100.300.040.30308.8926.2159.61
HexB37DAB01E41E1351a3c
Octal2631752530364364653274
Binary101100111111101101010110111101001111010011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DAB; }

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

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

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

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

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

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

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

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