#B692B1

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

Shades of London Hue #B692B1

Tints of London Hue #B692B1

Color information

#B692B1 (or 0xB692B1) is unknown color: approx London Hue. HEX triplet: B6, 92 and B1. RGB value is (182,146,177). Sum of RGB (Red+Green+Blue) = 182+146+177=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B692B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B692B1 is #496D4E. Grayscale: #A0A0A0. Windows color (decimal): -4812111 or 11637430. OLE color: 11637430.

HSL color Cylindrical-coordinate representation of color #B692B1: hue angle of 308.33º 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 #B692B1 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB182146177-
CMYK00.200.030.29
HSL308.33º19.78%64.31%-
HSV(B)308.33º19.78%71.37%-
XYZ37.5133.6846.12-
YUV160.3137.43143.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=36.04%
G=28.91%
B=35.05%

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
Decimal18214617700.200.030.29308.3319.7864.31
HexB692B101431D1341440
Octal26622226102433546424100
Binary1011011010010010101100010101001111101100110100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692B1; }

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

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

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

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

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

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

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

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