Html Css Color HEX #B584AC London Hue

📋 copy color: '#B584AC'

red 181 ◦ green 132 ◦ blue 172

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

Shades of London Hue #B584AC

Tints of London Hue #B584AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.22%

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

R = 37.32%
G = 27.22%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B584AC (or 0xB584AC) is known color: London Hue. HEX triplet: B5, 84 and AC. RGB value is (181,132,172). Sum of RGB (Red+Green+Blue) = 181+132+172=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B584AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B584AC is #4A7B53. Grayscale: #979797. Windows color (decimal): -4881236 or 11306165. OLE color: 11306165.

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

Color convert

RGB 181 132 172 -
CMYK 0 0.27 0.05 0.29
HSL 311.02º 0.25% 0.61% -
HSV(B) 311.02º 0.27% 0.71% -
XYZ 34.75 29.3 42.85 -
YUV 151.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 181 132 172 0 0.27 0.05 0.29 311.02 0.25 0.61
Hex B5 84 AC 0 1B 5 1D 137 19 3D
Octal 265 204 254 0 33 5 35 467 31 75
Binary 10110101 10000100 10101100 0 11011 101 11101 100110111 11001 111101

Color Harmonies of #B584AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B584AC

Black with #B584AC

Text Example


Text Example

White with #B584AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B584AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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