Html Css Color HEX #B58BAB London Hue

📋 copy color: '#B58BAB'

red 181 ◦ green 139 ◦ blue 171

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

Shades of London Hue #B58BAB

Tints of London Hue #B58BAB

RGB

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

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

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

R = 36.86%
G = 28.31%
B = 34.83%

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

#B58BAB (or 0xB58BAB) is known color: London Hue. HEX triplet: B5, 8B and AB. RGB value is (181,139,171). Sum of RGB (Red+Green+Blue) = 181+139+171=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58BAB is #4A7454. Grayscale: #9B9B9B. Windows color (decimal): -4879445 or 11242421. OLE color: 11242421.

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

Color convert

RGB 181 139 171 -
CMYK 0 0.23 0.06 0.29
HSL 314.29º 0.22% 0.63% -
HSV(B) 314.29º 0.23% 0.71% -
XYZ 35.64 31.23 42.68 -
YUV 155.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 181 139 171 0 0.23 0.06 0.29 314.29 0.22 0.63
Hex B5 8B AB 0 17 6 1D 13A 16 3F
Octal 265 213 253 0 27 6 35 472 26 77
Binary 10110101 10001011 10101011 0 10111 110 11101 100111010 10110 111111

Color Harmonies of #B58BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BAB

Black with #B58BAB

Text Example


Text Example

White with #B58BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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