Html Css Color HEX #B58DAF London Hue

📋 copy color: '#B58DAF'

red 181 ◦ green 141 ◦ blue 175

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

Shades of London Hue #B58DAF

Tints of London Hue #B58DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.37%

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 36.42%
G = 28.37%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B58DAF (or 0xB58DAF) is known color: London Hue. HEX triplet: B5, 8D and AF. RGB value is (181,141,175). Sum of RGB (Red+Green+Blue) = 181+141+175=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DAF is #4A7250. Grayscale: #9C9C9C. Windows color (decimal): -4878929 or 11505077. OLE color: 11505077.

HSL color Cylindrical-coordinate representation of color #B58DAF: hue angle of 309º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58DAF is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 141 175 -
CMYK 0 0.22 0.03 0.29
HSL 309º 0.21% 0.63% -
HSV(B) 309º 0.22% 0.71% -
XYZ 36.32 31.97 44.81 -
YUV 156.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 181 141 175 0 0.22 0.03 0.29 309 0.21 0.63
Hex B5 8D AF 0 16 3 1D 135 15 3F
Octal 265 215 257 0 26 3 35 465 25 77
Binary 10110101 10001101 10101111 0 10110 11 11101 100110101 10101 111111

Color Harmonies of #B58DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DAF

Black with #B58DAF

Text Example


Text Example

White with #B58DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DAF; }

 p { color: rgb(181,141,175); }

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

background-color css

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

 a { background-color: rgb(181,141,175); }

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

border-color css

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

 span { border-color: rgb(181,141,175); }

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