#B68AAB

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

Shades of London Hue #B68AAB

Tints of London Hue #B68AAB

Color information

#B68AAB (or 0xB68AAB) is unknown color: approx London Hue. HEX triplet: B6, 8A and AB. RGB value is (182,138,171). Sum of RGB (Red+Green+Blue) = 182+138+171=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AAB is #497554. Grayscale: #9A9A9A. Windows color (decimal): -4814165 or 11242166. OLE color: 11242166.

HSL color Cylindrical-coordinate representation of color #B68AAB: hue angle of 315º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68AAB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182138171-
CMYK00.240.060.29
HSL315º23.16%62.75%-
HSV(B)315º24.18%71.37%-
XYZ35.7331.0642.64-
YUV154.92137.08147.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=37.07%
G=28.11%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213817100.240.060.2931523.1662.75
HexB68AAB01861D13b173f
Octal2662122530306354732777
Binary1011011010001010101010110110001101110110011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AAB; }

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

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

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

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

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

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

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

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