Html Css Color HEX #B57CAC London Hue

📋 copy color: '#B57CAC'

red 181 ◦ green 124 ◦ blue 172

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

Shades of London Hue #B57CAC

Tints of London Hue #B57CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 37.95%
G = 26%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B57CAC (or 0xB57CAC) is known color: London Hue. HEX triplet: B5, 7C and AC. RGB value is (181,124,172). Sum of RGB (Red+Green+Blue) = 181+124+172=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CAC is #4A8353. Grayscale: #929292. Windows color (decimal): -4883284 or 11304117. OLE color: 11304117.

HSL color Cylindrical-coordinate representation of color #B57CAC: hue angle of 309.47º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57CAC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 124 172 -
CMYK 0 0.31 0.05 0.29
HSL 309.47º 0.28% 0.6% -
HSV(B) 309.47º 0.31% 0.71% -
XYZ 33.71 27.22 42.51 -
YUV 146.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 181 124 172 0 0.31 0.05 0.29 309.47 0.28 0.6
Hex B5 7C AC 0 1F 5 1D 135 1C 3C
Octal 265 174 254 0 37 5 35 465 34 74
Binary 10110101 1111100 10101100 0 11111 101 11101 100110101 11100 111100

Color Harmonies of #B57CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CAC

Black with #B57CAC

Text Example


Text Example

White with #B57CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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