Html Css Color HEX #B881AD London Hue

📋 copy color: '#B881AD'

red 184 ◦ green 129 ◦ blue 173

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

Shades of London Hue #B881AD

Tints of London Hue #B881AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 37.86%
G = 26.54%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B881AD (or 0xB881AD) is known color: London Hue. HEX triplet: B8, 81 and AD. RGB value is (184,129,173). Sum of RGB (Red+Green+Blue) = 184+129+173=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B881AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B881AD is #477E52. Grayscale: #969696. Windows color (decimal): -4685395 or 11370936. OLE color: 11370936.

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

Color convert

RGB 184 129 173 -
CMYK 0 0.30 0.06 0.28
HSL 312º 0.28% 0.61% -
HSV(B) 312º 0.3% 0.72% -
XYZ 35.16 28.91 43.26 -
YUV 150.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 184 129 173 0 0.30 0.06 0.28 312 0.28 0.61
Hex B8 81 AD 0 1E 6 1C 138 1C 3D
Octal 270 201 255 0 36 6 34 470 34 75
Binary 10111000 10000001 10101101 0 11110 110 11100 100111000 11100 111101

Color Harmonies of #B881AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B881AD

Black with #B881AD

Text Example


Text Example

White with #B881AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B881AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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