#B795AD

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

Shades of London Hue #B795AD

Tints of London Hue #B795AD

Color information

#B795AD (or 0xB795AD) is unknown color: approx London Hue. HEX triplet: B7, 95 and AD. RGB value is (183,149,173). Sum of RGB (Red+Green+Blue) = 183+149+173=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B795AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B795AD is #486A52. Grayscale: #A1A1A1. Windows color (decimal): -4745811 or 11376055. OLE color: 11376055.

HSL color Cylindrical-coordinate representation of color #B795AD: hue angle of 317.65º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B795AD is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183149173-
CMYK00.190.050.28
HSL317.65º19.1%65.1%-
HSV(B)317.65º18.58%71.76%-
XYZ37.8234.5844.22-
YUV161.9134.26143.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=36.24%
G=29.50%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314917300.190.050.28317.6519.165.1
HexB795AD01351C13e1341
Octal26722525502353447623101
Binary10110111100101011010110101001110111100100111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795AD; }

 p { color: rgb(183,149,173); }

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

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

 a { background-color: rgb(183,149,173); }

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

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

 span { border-color: rgb(183,149,173); }

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