Html Css Color HEX #B586AA London Hue

📋 copy color: '#B586AA'

red 181 ◦ green 134 ◦ blue 170

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

Shades of London Hue #B586AA

Tints of London Hue #B586AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.63%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 37.32%
G = 27.63%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B586AA (or 0xB586AA) is known color: London Hue. HEX triplet: B5, 86 and AA. RGB value is (181,134,170). Sum of RGB (Red+Green+Blue) = 181+134+170=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B586AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B586AA is #4A7955. Grayscale: #989898. Windows color (decimal): -4880726 or 11175605. OLE color: 11175605.

HSL color Cylindrical-coordinate representation of color #B586AA: hue angle of 314.04º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B586AA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 170 -
CMYK 0 0.26 0.06 0.29
HSL 314.04º 0.24% 0.62% -
HSV(B) 314.04º 0.26% 0.71% -
XYZ 34.84 29.78 41.94 -
YUV 152.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 181 134 170 0 0.26 0.06 0.29 314.04 0.24 0.62
Hex B5 86 AA 0 1A 6 1D 13A 18 3E
Octal 265 206 252 0 32 6 35 472 30 76
Binary 10110101 10000110 10101010 0 11010 110 11101 100111010 11000 111110

Color Harmonies of #B586AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B586AA

Black with #B586AA

Text Example


Text Example

White with #B586AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B586AA; }

 p { color: rgb(181,134,170); }

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

background-color css

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

 a { background-color: rgb(181,134,170); }

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

border-color css

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

 span { border-color: rgb(181,134,170); }

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