Html Css Color HEX #B58AAF London Hue

📋 copy color: '#B58AAF'

red 181 ◦ green 138 ◦ blue 175

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

Shades of London Hue #B58AAF

Tints of London Hue #B58AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.94%

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

R = 36.64%
G = 27.94%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B58AAF (or 0xB58AAF) is known color: London Hue. HEX triplet: B5, 8A and AF. RGB value is (181,138,175). Sum of RGB (Red+Green+Blue) = 181+138+175=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B58AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58AAF is #4A7550. Grayscale: #9A9A9A. Windows color (decimal): -4879697 or 11504309. OLE color: 11504309.

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

Color convert

RGB 181 138 175 -
CMYK 0 0.24 0.03 0.29
HSL 308.37º 0.23% 0.63% -
HSV(B) 308.37º 0.24% 0.71% -
XYZ 35.88 31.1 44.67 -
YUV 155.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 181 138 175 0 0.24 0.03 0.29 308.37 0.23 0.63
Hex B5 8A AF 0 18 3 1D 134 17 3F
Octal 265 212 257 0 30 3 35 464 27 77
Binary 10110101 10001010 10101111 0 11000 11 11101 100110100 10111 111111

Color Harmonies of #B58AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58AAF

Black with #B58AAF

Text Example


Text Example

White with #B58AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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