Html Css Color HEX #B594AB London Hue

📋 copy color: '#B594AB'

red 181 ◦ green 148 ◦ blue 171

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

Shades of London Hue #B594AB

Tints of London Hue #B594AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

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

R = 36.2%
G = 29.6%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B594AB (or 0xB594AB) is known color: London Hue. HEX triplet: B5, 94 and AB. RGB value is (181,148,171). Sum of RGB (Red+Green+Blue) = 181+148+171=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B594AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594AB is #4A6B54. Grayscale: #A0A0A0. Windows color (decimal): -4877141 or 11244725. OLE color: 11244725.

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

Color convert

RGB 181 148 171 -
CMYK 0 0.18 0.06 0.29
HSL 318.18º 0.18% 0.65% -
HSV(B) 318.18º 0.18% 0.71% -
XYZ 37 33.94 43.13 -
YUV 160.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 181 148 171 0 0.18 0.06 0.29 318.18 0.18 0.65
Hex B5 94 AB 0 12 6 1D 13E 12 41
Octal 265 224 253 0 22 6 35 476 22 101
Binary 10110101 10010100 10101011 0 10010 110 11101 100111110 10010 1000001

Color Harmonies of #B594AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594AB

Black with #B594AB

Text Example


Text Example

White with #B594AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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