Html Css Color HEX #B57BAC London Hue

📋 copy color: '#B57BAC'

red 181 ◦ green 123 ◦ blue 172

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

Shades of London Hue #B57BAC

Tints of London Hue #B57BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

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

R = 38.03%
G = 25.84%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B57BAC (or 0xB57BAC) is known color: London Hue. HEX triplet: B5, 7B and AC. RGB value is (181,123,172). Sum of RGB (Red+Green+Blue) = 181+123+172=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BAC is #4A8453. Grayscale: #919191. Windows color (decimal): -4883540 or 11303861. OLE color: 11303861.

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

Color convert

RGB 181 123 172 -
CMYK 0 0.32 0.05 0.29
HSL 309.31º 0.28% 0.6% -
HSV(B) 309.31º 0.32% 0.71% -
XYZ 33.59 26.97 42.46 -
YUV 145.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 181 123 172 0 0.32 0.05 0.29 309.31 0.28 0.6
Hex B5 7B AC 0 20 5 1D 135 1C 3C
Octal 265 173 254 0 40 5 35 465 34 74
Binary 10110101 1111011 10101100 0 100000 101 11101 100110101 11100 111100

Color Harmonies of #B57BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BAC

Black with #B57BAC

Text Example


Text Example

White with #B57BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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