Html Css Color HEX #B59AAE London Hue

📋 copy color: '#B59AAE'

red 181 ◦ green 154 ◦ blue 174

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

Shades of London Hue #B59AAE

Tints of London Hue #B59AAE

RGB

 RED value IS 181 (71.09% from 255) = 35.56%

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

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

R = 35.56%
G = 30.26%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B59AAE (or 0xB59AAE) is known color: London Hue. HEX triplet: B5, 9A and AE. RGB value is (181,154,174). Sum of RGB (Red+Green+Blue) = 181+154+174=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AAE is #4A6551. Grayscale: #A4A4A4. Windows color (decimal): -4875602 or 11442869. OLE color: 11442869.

HSL color Cylindrical-coordinate representation of color #B59AAE: hue angle of 315.56º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59AAE is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 154 174 -
CMYK 0 0.15 0.04 0.29
HSL 315.56º 0.15% 0.66% -
HSV(B) 315.56º 0.15% 0.71% -
XYZ 38.25 35.99 44.98 -
YUV 164.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 181 154 174 0 0.15 0.04 0.29 315.56 0.15 0.66
Hex B5 9A AE 0 F 4 1D 13C F 42
Octal 265 232 256 0 17 4 35 474 17 102
Binary 10110101 10011010 10101110 0 1111 100 11101 100111100 1111 1000010

Color Harmonies of #B59AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59AAE

Black with #B59AAE

Text Example


Text Example

White with #B59AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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