#B67BAA

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

Shades of London Hue #B67BAA

Tints of London Hue #B67BAA

Color information

#B67BAA (or 0xB67BAA) is unknown color: approx London Hue. HEX triplet: B6, 7B and AA. RGB value is (182,123,170). Sum of RGB (Red+Green+Blue) = 182+123+170=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BAA is #498455. Grayscale: #919191. Windows color (decimal): -4818006 or 11172790. OLE color: 11172790.

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

Color convert

RGB182123170-
CMYK00.320.070.29
HSL312.2º28.78%59.8%-
HSV(B)312.2º32.42%71.37%-
XYZ33.6327.0141.47-
YUV146141.55153.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=38.32%
G=25.89%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212317000.320.070.29312.228.7859.8
HexB67BAA02071D1381d3c
Octal2661732520407354703574
Binary1011011011110111010101001000001111110110011100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BAA; }

 p { color: rgb(182,123,170); }

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

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

 a { background-color: rgb(182,123,170); }

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

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

 span { border-color: rgb(182,123,170); }

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