Html Css Color HEX #B58AAC London Hue

📋 copy color: '#B58AAC'

red 181 ◦ green 138 ◦ blue 172

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

Shades of London Hue #B58AAC

Tints of London Hue #B58AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 36.86%
G = 28.11%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B58AAC (or 0xB58AAC) is known color: London Hue. HEX triplet: B5, 8A and AC. RGB value is (181,138,172). Sum of RGB (Red+Green+Blue) = 181+138+172=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B58AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58AAC is #4A7553. Grayscale: #9A9A9A. Windows color (decimal): -4879700 or 11307701. OLE color: 11307701.

HSL color Cylindrical-coordinate representation of color #B58AAC: hue angle of 312.56º 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 #B58AAC is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 138 172 -
CMYK 0 0.24 0.05 0.29
HSL 312.56º 0.23% 0.63% -
HSV(B) 312.56º 0.24% 0.71% -
XYZ 35.59 30.98 43.13 -
YUV 154.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 181 138 172 0 0.24 0.05 0.29 312.56 0.23 0.63
Hex B5 8A AC 0 18 5 1D 139 17 3F
Octal 265 212 254 0 30 5 35 471 27 77
Binary 10110101 10001010 10101100 0 11000 101 11101 100111001 10111 111111

Color Harmonies of #B58AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58AAC

Black with #B58AAC

Text Example


Text Example

White with #B58AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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