Html Css Color HEX #B57AAB London Hue

📋 copy color: '#B57AAB'

red 181 ◦ green 122 ◦ blue 171

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

Shades of London Hue #B57AAB

Tints of London Hue #B57AAB

RGB

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

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

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

R = 38.19%
G = 25.74%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B57AAB (or 0xB57AAB) is known color: London Hue. HEX triplet: B5, 7A and AB. RGB value is (181,122,171). Sum of RGB (Red+Green+Blue) = 181+122+171=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AAB is #4A8554. Grayscale: #919191. Windows color (decimal): -4883797 or 11238069. OLE color: 11238069.

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

Color convert

RGB 181 122 171 -
CMYK 0 0.33 0.06 0.29
HSL 310.17º 0.29% 0.59% -
HSV(B) 310.17º 0.33% 0.71% -
XYZ 33.37 26.68 41.92 -
YUV 145.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 181 122 171 0 0.33 0.06 0.29 310.17 0.29 0.59
Hex B5 7A AB 0 21 6 1D 136 1D 3B
Octal 265 172 253 0 41 6 35 466 35 73
Binary 10110101 1111010 10101011 0 100001 110 11101 100110110 11101 111011

Color Harmonies of #B57AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AAB

Black with #B57AAB

Text Example


Text Example

White with #B57AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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