#B37AAA

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

Shades of London Hue #B37AAA

Tints of London Hue #B37AAA

Color information

#B37AAA (or 0xB37AAA) is unknown color: approx London Hue. HEX triplet: B3, 7A and AA. RGB value is (179,122,170). Sum of RGB (Red+Green+Blue) = 179+122+170=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AAA is #4C8555. Grayscale: #909090. Windows color (decimal): -5014870 or 11172531. OLE color: 11172531.

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

Color convert

RGB179122170-
CMYK00.320.050.30
HSL309.47º27.27%59.02%-
HSV(B)309.47º31.84%70.2%-
XYZ32.8126.4141.4-
YUV144.51142.38152.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=38.00%
G=25.90%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912217000.320.050.30309.4727.2759.02
HexB37AAA02051E1351b3b
Octal2631722520405364653373
Binary1011001111110101010101001000001011111010011010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37AAA; }

 p { color: rgb(179,122,170); }

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

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

 a { background-color: rgb(179,122,170); }

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

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

 span { border-color: rgb(179,122,170); }

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