#B28AAB

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

Shades of London Hue #B28AAB

Tints of London Hue #B28AAB

Color information

#B28AAB (or 0xB28AAB) is unknown color: approx London Hue. HEX triplet: B2, 8A and AB. RGB value is (178,138,171). Sum of RGB (Red+Green+Blue) = 178+138+171=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AAB is #4D7554. Grayscale: #999999. Windows color (decimal): -5076309 or 11242162. OLE color: 11242162.

HSL color Cylindrical-coordinate representation of color #B28AAB: hue angle of 310.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28AAB is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178138171-
CMYK00.220.040.30
HSL310.5º20.62%61.96%-
HSV(B)310.5º22.47%69.8%-
XYZ34.830.5842.6-
YUV153.72137.75145.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=36.55%
G=28.34%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813817100.220.040.30310.520.6261.96
HexB28AAB01641E136153e
Octal2622122530264364662576
Binary1011001010001010101010110101101001111010011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AAB; }

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

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

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

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

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

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

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

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