#B67DAA

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

Shades of London Hue #B67DAA

Tints of London Hue #B67DAA

Color information

#B67DAA (or 0xB67DAA) is unknown color: approx London Hue. HEX triplet: B6, 7D and AA. RGB value is (182,125,170). Sum of RGB (Red+Green+Blue) = 182+125+170=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DAA is #498255. Grayscale: #939393. Windows color (decimal): -4817494 or 11173302. OLE color: 11173302.

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

Color convert

RGB182125170-
CMYK00.310.070.29
HSL312.63º28.08%60.2%-
HSV(B)312.63º31.32%71.37%-
XYZ33.8827.5141.56-
YUV147.17140.88152.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=38.16%
G=26.21%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212517000.310.070.29312.6328.0860.2
HexB67DAA01F71D1391c3c
Octal2661752520377354713474
Binary101101101111101101010100111111111110110011100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DAA; }

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

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

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

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

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

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

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

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