Html Css Color HEX #B39AAE London Hue

📋 copy color: '#B39AAE'

red 179 ◦ green 154 ◦ blue 174

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

Shades of London Hue #B39AAE

Tints of London Hue #B39AAE

RGB

 RED value IS 179 (70.31% from 255) = 35.31%

 GREEN value IS 154 (60.55% from 255) = 30.37%

 BLUE value IS 174 (68.36% from 255) = 34.32%

R = 35.31%
G = 30.37%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B39AAE (or 0xB39AAE) is known color: London Hue. HEX triplet: B3, 9A and AE. RGB value is (179,154,174). Sum of RGB (Red+Green+Blue) = 179+154+174=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B39AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39AAE is #4C6551. Grayscale: #A3A3A3. Windows color (decimal): -5006674 or 11442867. OLE color: 11442867.

HSL color Cylindrical-coordinate representation of color #B39AAE: hue angle of 312º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B39AAE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 154 174 -
CMYK 0 0.14 0.03 0.30
HSL 312º 0.14% 0.65% -
HSV(B) 312º 0.14% 0.7% -
XYZ 37.79 35.75 44.95 -
YUV 163.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 179 154 174 0 0.14 0.03 0.30 312 0.14 0.65
Hex B3 9A AE 0 E 3 1E 138 E 41
Octal 263 232 256 0 16 3 36 470 16 101
Binary 10110011 10011010 10101110 0 1110 11 11110 100111000 1110 1000001

Color Harmonies of #B39AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39AAE

Black with #B39AAE

Text Example


Text Example

White with #B39AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39AAE; }

 p { color: rgb(179,154,174); }

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

background-color css

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

 a { background-color: rgb(179,154,174); }

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

border-color css

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

 span { border-color: rgb(179,154,174); }

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