Html Css Color HEX #B87CAC London Hue

📋 copy color: '#B87CAC'

red 184 ◦ green 124 ◦ blue 172

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

Shades of London Hue #B87CAC

Tints of London Hue #B87CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.83%

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

R = 38.33%
G = 25.83%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B87CAC (or 0xB87CAC) is known color: London Hue. HEX triplet: B8, 7C and AC. RGB value is (184,124,172). Sum of RGB (Red+Green+Blue) = 184+124+172=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CAC is #478353. Grayscale: #939393. Windows color (decimal): -4686676 or 11304120. OLE color: 11304120.

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

Color convert

RGB 184 124 172 -
CMYK 0 0.33 0.07 0.28
HSL 312º 0.3% 0.6% -
HSV(B) 312º 0.33% 0.72% -
XYZ 34.42 27.58 42.54 -
YUV 147.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 184 124 172 0 0.33 0.07 0.28 312 0.3 0.6
Hex B8 7C AC 0 21 7 1C 138 1E 3C
Octal 270 174 254 0 41 7 34 470 36 74
Binary 10111000 1111100 10101100 0 100001 111 11100 100111000 11110 111100

Color Harmonies of #B87CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87CAC

Black with #B87CAC

Text Example


Text Example

White with #B87CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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