Html Css Color HEX #B881AC London Hue

📋 copy color: '#B881AC'

red 184 ◦ green 129 ◦ blue 172

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

Shades of London Hue #B881AC

Tints of London Hue #B881AC

RGB

 RED value IS 184 (72.27% from 255) = 37.94%

 GREEN value IS 129 (50.78% from 255) = 26.6%

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

R = 37.94%
G = 26.6%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B881AC (or 0xB881AC) is known color: London Hue. HEX triplet: B8, 81 and AC. RGB value is (184,129,172). Sum of RGB (Red+Green+Blue) = 184+129+172=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B881AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B881AC is #477E53. Grayscale: #969696. Windows color (decimal): -4685396 or 11305400. OLE color: 11305400.

HSL color Cylindrical-coordinate representation of color #B881AC: hue angle of 313.09º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B881AC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 129 172 -
CMYK 0 0.30 0.07 0.28
HSL 313.09º 0.28% 0.61% -
HSV(B) 313.09º 0.3% 0.72% -
XYZ 35.06 28.87 42.75 -
YUV 150.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 184 129 172 0 0.30 0.07 0.28 313.09 0.28 0.61
Hex B8 81 AC 0 1E 7 1C 139 1C 3D
Octal 270 201 254 0 36 7 34 471 34 75
Binary 10111000 10000001 10101100 0 11110 111 11100 100111001 11100 111101

Color Harmonies of #B881AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B881AC

Black with #B881AC

Text Example


Text Example

White with #B881AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B881AC; }

 p { color: rgb(184,129,172); }

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

background-color css

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

 a { background-color: rgb(184,129,172); }

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

border-color css

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

 span { border-color: rgb(184,129,172); }

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