Html Css Color HEX #B58DAB London Hue

📋 copy color: '#B58DAB'

red 181 ◦ green 141 ◦ blue 171

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

Shades of London Hue #B58DAB

Tints of London Hue #B58DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 36.71%
G = 28.6%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B58DAB (or 0xB58DAB) is known color: London Hue. HEX triplet: B5, 8D and AB. RGB value is (181,141,171). Sum of RGB (Red+Green+Blue) = 181+141+171=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DAB is #4A7254. Grayscale: #9C9C9C. Windows color (decimal): -4878933 or 11242933. OLE color: 11242933.

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

Color convert

RGB 181 141 171 -
CMYK 0 0.22 0.06 0.29
HSL 315º 0.21% 0.63% -
HSV(B) 315º 0.22% 0.71% -
XYZ 35.93 31.81 42.77 -
YUV 156.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 181 141 171 0 0.22 0.06 0.29 315 0.21 0.63
Hex B5 8D AB 0 16 6 1D 13B 15 3F
Octal 265 215 253 0 26 6 35 473 25 77
Binary 10110101 10001101 10101011 0 10110 110 11101 100111011 10101 111111

Color Harmonies of #B58DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DAB

Black with #B58DAB

Text Example


Text Example

White with #B58DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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