Html Css Color HEX #B58BAA London Hue

📋 copy color: '#B58BAA'

red 181 ◦ green 139 ◦ blue 170

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

Shades of London Hue #B58BAA

Tints of London Hue #B58BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

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

R = 36.94%
G = 28.37%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B58BAA (or 0xB58BAA) is known color: London Hue. HEX triplet: B5, 8B and AA. RGB value is (181,139,170). Sum of RGB (Red+Green+Blue) = 181+139+170=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58BAA is #4A7455. Grayscale: #9B9B9B. Windows color (decimal): -4879446 or 11176885. OLE color: 11176885.

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

Color convert

RGB 181 139 170 -
CMYK 0 0.23 0.06 0.29
HSL 315.71º 0.22% 0.63% -
HSV(B) 315.71º 0.23% 0.71% -
XYZ 35.54 31.19 42.18 -
YUV 155.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 181 139 170 0 0.23 0.06 0.29 315.71 0.22 0.63
Hex B5 8B AA 0 17 6 1D 13C 16 3F
Octal 265 213 252 0 27 6 35 474 26 77
Binary 10110101 10001011 10101010 0 10111 110 11101 100111100 10110 111111

Color Harmonies of #B58BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BAA

Black with #B58BAA

Text Example


Text Example

White with #B58BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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