#B67AAC

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

Shades of London Hue #B67AAC

Tints of London Hue #B67AAC

Color information

#B67AAC (or 0xB67AAC) is unknown color: approx London Hue. HEX triplet: B6, 7A and AC. RGB value is (182,122,172). Sum of RGB (Red+Green+Blue) = 182+122+172=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B67AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67AAC is #498553. Grayscale: #919191. Windows color (decimal): -4818260 or 11303606. OLE color: 11303606.

HSL color Cylindrical-coordinate representation of color #B67AAC: hue angle of 310º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67AAC is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182122172-
CMYK00.330.050.29
HSL310º29.13%59.61%-
HSV(B)310º32.97%71.37%-
XYZ33.726.8442.43-
YUV145.64142.88153.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=38.24%
G=25.63%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212217200.330.050.2931029.1359.61
HexB67AAC02151D1361d3c
Octal2661722540415354663574
Binary1011011011110101010110001000011011110110011011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AAC; }

 p { color: rgb(182,122,172); }

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

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

 a { background-color: rgb(182,122,172); }

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

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

 span { border-color: rgb(182,122,172); }

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