Html Css Color HEX #B57AAC London Hue

📋 copy color: '#B57AAC'

red 181 ◦ green 122 ◦ blue 172

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

Shades of London Hue #B57AAC

Tints of London Hue #B57AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.68%

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

R = 38.11%
G = 25.68%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B57AAC (or 0xB57AAC) is known color: London Hue. HEX triplet: B5, 7A and AC. RGB value is (181,122,172). Sum of RGB (Red+Green+Blue) = 181+122+172=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AAC is #4A8553. Grayscale: #919191. Windows color (decimal): -4883796 or 11303605. OLE color: 11303605.

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

Color convert

RGB 181 122 172 -
CMYK 0 0.33 0.05 0.29
HSL 309.15º 0.29% 0.59% -
HSV(B) 309.15º 0.33% 0.71% -
XYZ 33.46 26.72 42.42 -
YUV 145.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 181 122 172 0 0.33 0.05 0.29 309.15 0.29 0.59
Hex B5 7A AC 0 21 5 1D 135 1D 3B
Octal 265 172 254 0 41 5 35 465 35 73
Binary 10110101 1111010 10101100 0 100001 101 11101 100110101 11101 111011

Color Harmonies of #B57AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AAC

Black with #B57AAC

Text Example


Text Example

White with #B57AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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