Html Css Color HEX #B58CAC London Hue

📋 copy color: '#B58CAC'

red 181 ◦ green 140 ◦ blue 172

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

Shades of London Hue #B58CAC

Tints of London Hue #B58CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

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

R = 36.71%
G = 28.4%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B58CAC (or 0xB58CAC) is known color: London Hue. HEX triplet: B5, 8C and AC. RGB value is (181,140,172). Sum of RGB (Red+Green+Blue) = 181+140+172=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CAC is #4A7353. Grayscale: #9B9B9B. Windows color (decimal): -4879188 or 11308213. OLE color: 11308213.

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

Color convert

RGB 181 140 172 -
CMYK 0 0.23 0.05 0.29
HSL 313.17º 0.22% 0.63% -
HSV(B) 313.17º 0.23% 0.71% -
XYZ 35.88 31.56 43.23 -
YUV 155.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 181 140 172 0 0.23 0.05 0.29 313.17 0.22 0.63
Hex B5 8C AC 0 17 5 1D 139 16 3F
Octal 265 214 254 0 27 5 35 471 26 77
Binary 10110101 10001100 10101100 0 10111 101 11101 100111001 10110 111111

Color Harmonies of #B58CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CAC

Black with #B58CAC

Text Example


Text Example

White with #B58CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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