#B07CAA

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

Shades of London Hue #B07CAA

Tints of London Hue #B07CAA

Color information

#B07CAA (or 0xB07CAA) is unknown color: approx London Hue. HEX triplet: B0, 7C and AA. RGB value is (176,124,170). Sum of RGB (Red+Green+Blue) = 176+124+170=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CAA is #4F8355. Grayscale: #909090. Windows color (decimal): -5210966 or 11173040. OLE color: 11173040.

HSL color Cylindrical-coordinate representation of color #B07CAA: hue angle of 306.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07CAA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176124170-
CMYK00.300.030.31
HSL306.92º24.76%58.82%-
HSV(B)306.92º29.55%69.02%-
XYZ32.3726.5541.45-
YUV144.79142.23150.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=37.45%
G=26.38%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612417000.300.030.31306.9224.7658.82
HexB07CAA01E31F133193b
Octal2601742520363374633173
Binary10110000111110010101010011110111111110011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CAA; }

 p { color: rgb(176,124,170); }

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

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

 a { background-color: rgb(176,124,170); }

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

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

 span { border-color: rgb(176,124,170); }

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