#B67CAB

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

Shades of London Hue #B67CAB

Tints of London Hue #B67CAB

Color information

#B67CAB (or 0xB67CAB) is unknown color: approx London Hue. HEX triplet: B6, 7C and AB. RGB value is (182,124,171). Sum of RGB (Red+Green+Blue) = 182+124+171=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B67CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67CAB is #498354. Grayscale: #929292. Windows color (decimal): -4817749 or 11238582. OLE color: 11238582.

HSL color Cylindrical-coordinate representation of color #B67CAB: hue angle of 311.38º degrees, saturation: 0.28, 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 #B67CAB is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182124171-
CMYK00.320.060.29
HSL311.38º28.43%60%-
HSV(B)311.38º31.87%71.37%-
XYZ33.8527.342.01-
YUV146.7141.72153.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=38.16%
G=26.00%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212417100.320.060.29311.3828.4360
HexB67CAB02061D1371c3c
Octal2661742530406354673474
Binary1011011011111001010101101000001101110110011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CAB; }

 p { color: rgb(182,124,171); }

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

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

 a { background-color: rgb(182,124,171); }

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

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

 span { border-color: rgb(182,124,171); }

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