#B37EAF

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

Shades of London Hue #B37EAF

Tints of London Hue #B37EAF

Color information

#B37EAF (or 0xB37EAF) is unknown color: approx London Hue. HEX triplet: B3, 7E and AF. RGB value is (179,126,175). Sum of RGB (Red+Green+Blue) = 179+126+175=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B37EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37EAF is #4C8150. Grayscale: #939393. Windows color (decimal): -5013841 or 11501235. OLE color: 11501235.

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

Color convert

RGB179126175-
CMYK00.300.020.30
HSL304.53º25.85%59.8%-
HSV(B)304.53º29.61%70.2%-
XYZ33.7927.644.1-
YUV147.43143.56150.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=37.29%
G=26.25%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912617500.300.020.30304.5325.8559.8
HexB37EAF01E21E1311a3c
Octal2631762570362364613274
Binary10110011111111010101111011110101111010011000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37EAF; }

 p { color: rgb(179,126,175); }

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

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

 a { background-color: rgb(179,126,175); }

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

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

 span { border-color: rgb(179,126,175); }

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