Html Css Color HEX #B47CAC London Hue

📋 copy color: '#B47CAC'

red 180 ◦ green 124 ◦ blue 172

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

Shades of London Hue #B47CAC

Tints of London Hue #B47CAC

RGB

 RED value IS 180 (70.7% from 255) = 37.82%

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

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

R = 37.82%
G = 26.05%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B47CAC (or 0xB47CAC) is known color: London Hue. HEX triplet: B4, 7C and AC. RGB value is (180,124,172). Sum of RGB (Red+Green+Blue) = 180+124+172=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CAC is #4B8353. Grayscale: #929292. Windows color (decimal): -4948820 or 11304116. OLE color: 11304116.

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

Color convert

RGB 180 124 172 -
CMYK 0 0.31 0.04 0.29
HSL 308.57º 0.27% 0.6% -
HSV(B) 308.57º 0.31% 0.71% -
XYZ 33.48 27.1 42.5 -
YUV 146.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 180 124 172 0 0.31 0.04 0.29 308.57 0.27 0.6
Hex B4 7C AC 0 1F 4 1D 135 1B 3C
Octal 264 174 254 0 37 4 35 465 33 74
Binary 10110100 1111100 10101100 0 11111 100 11101 100110101 11011 111100

Color Harmonies of #B47CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CAC

Black with #B47CAC

Text Example


Text Example

White with #B47CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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