Html Css Color HEX #B57FAB London Hue

📋 copy color: '#B57FAB'

red 181 ◦ green 127 ◦ blue 171

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

Shades of London Hue #B57FAB

Tints of London Hue #B57FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

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

R = 37.79%
G = 26.51%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B57FAB (or 0xB57FAB) is known color: London Hue. HEX triplet: B5, 7F and AB. RGB value is (181,127,171). Sum of RGB (Red+Green+Blue) = 181+127+171=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FAB is #4A8054. Grayscale: #949494. Windows color (decimal): -4882517 or 11239349. OLE color: 11239349.

HSL color Cylindrical-coordinate representation of color #B57FAB: hue angle of 311.11º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57FAB is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 127 171 -
CMYK 0 0.30 0.06 0.29
HSL 311.11º 0.27% 0.6% -
HSV(B) 311.11º 0.3% 0.71% -
XYZ 34 27.94 42.13 -
YUV 148.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 181 127 171 0 0.30 0.06 0.29 311.11 0.27 0.6
Hex B5 7F AB 0 1E 6 1D 137 1B 3C
Octal 265 177 253 0 36 6 35 467 33 74
Binary 10110101 1111111 10101011 0 11110 110 11101 100110111 11011 111100

Color Harmonies of #B57FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FAB

Black with #B57FAB

Text Example


Text Example

White with #B57FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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