#B790AF

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

Shades of London Hue #B790AF

Tints of London Hue #B790AF

Color information

#B790AF (or 0xB790AF) is unknown color: approx London Hue. HEX triplet: B7, 90 and AF. RGB value is (183,144,175). Sum of RGB (Red+Green+Blue) = 183+144+175=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B790AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B790AF is #486F50. Grayscale: #9F9F9F. Windows color (decimal): -4747089 or 11505847. OLE color: 11505847.

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

Color convert

RGB183144175-
CMYK00.210.040.28
HSL312.31º21.31%64.12%-
HSV(B)312.31º21.31%71.76%-
XYZ37.2433.1144.99-
YUV159.2136.92144.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=36.45%
G=28.69%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314417500.210.040.28312.3121.3164.12
HexB790AF01541C1381540
Octal26722025702543447025100
Binary10110111100100001010111101010110011100100111000101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790AF; }

 p { color: rgb(183,144,175); }

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

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

 a { background-color: rgb(183,144,175); }

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

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

 span { border-color: rgb(183,144,175); }

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