Html Css Color HEX #B691AB London Hue

📋 copy color: '#B691AB'

red 182 ◦ green 145 ◦ blue 171

#B691AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B691AB

Tints of London Hue #B691AB

RGB

 RED value IS 182 (71.48% from 255) = 36.55%

 GREEN value IS 145 (57.03% from 255) = 29.12%

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 36.55%
G = 29.12%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B691AB (or 0xB691AB) is known color: London Hue. HEX triplet: B6, 91 and AB. RGB value is (182,145,171). Sum of RGB (Red+Green+Blue) = 182+145+171=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B691AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B691AB is #496E54. Grayscale: #9E9E9E. Windows color (decimal): -4812373 or 11243958. OLE color: 11243958.

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

Color convert

RGB 182 145 171 -
CMYK 0 0.20 0.06 0.29
HSL 317.84º 0.2% 0.64% -
HSV(B) 317.84º 0.2% 0.71% -
XYZ 36.77 33.14 42.99 -
YUV 159.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 182 145 171 0 0.20 0.06 0.29 317.84 0.2 0.64
Hex B6 91 AB 0 14 6 1D 13E 14 40
Octal 266 221 253 0 24 6 35 476 24 100
Binary 10110110 10010001 10101011 0 10100 110 11101 100111110 10100 1000000

Color Harmonies of #B691AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B691AB

Black with #B691AB

Text Example


Text Example

White with #B691AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B691AB; }

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

 H1.HeaderClassName
 {
   color: #B691AB;
 }
 .AnyTagClassName
 {
   color: #B691AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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