#B691B1

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

Shades of London Hue #B691B1

Tints of London Hue #B691B1

Color information

#B691B1 (or 0xB691B1) is unknown color: approx London Hue. HEX triplet: B6, 91 and B1. RGB value is (182,145,177). Sum of RGB (Red+Green+Blue) = 182+145+177=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B691B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B691B1 is #496E4E. Grayscale: #9F9F9F. Windows color (decimal): -4812367 or 11637174. OLE color: 11637174.

HSL color Cylindrical-coordinate representation of color #B691B1: hue angle of 308.11º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B691B1 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB182145177-
CMYK00.200.030.29
HSL308.11º20.22%64.12%-
HSV(B)308.11º20.33%71.37%-
XYZ37.3533.3746.07-
YUV159.71137.76143.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=36.11%
G=28.77%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214517700.200.030.29308.1120.2264.12
HexB691B101431D1341440
Octal26622126102433546424100
Binary1011011010010001101100010101001111101100110100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691B1; }

 p { color: rgb(182,145,177); }

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

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

 a { background-color: rgb(182,145,177); }

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

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

 span { border-color: rgb(182,145,177); }

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