Html Css Color HEX #B48FAC London Hue

📋 copy color: '#B48FAC'

red 180 ◦ green 143 ◦ blue 172

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

Shades of London Hue #B48FAC

Tints of London Hue #B48FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

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

R = 36.36%
G = 28.89%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B48FAC (or 0xB48FAC) is known color: London Hue. HEX triplet: B4, 8F and AC. RGB value is (180,143,172). Sum of RGB (Red+Green+Blue) = 180+143+172=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FAC is #4B7053. Grayscale: #9D9D9D. Windows color (decimal): -4943956 or 11308980. OLE color: 11308980.

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

Color convert

RGB 180 143 172 -
CMYK 0 0.21 0.04 0.29
HSL 312.97º 0.2% 0.63% -
HSV(B) 312.97º 0.21% 0.71% -
XYZ 36.09 32.33 43.37 -
YUV 157.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 180 143 172 0 0.21 0.04 0.29 312.97 0.2 0.63
Hex B4 8F AC 0 15 4 1D 139 14 3F
Octal 264 217 254 0 25 4 35 471 24 77
Binary 10110100 10001111 10101100 0 10101 100 11101 100111001 10100 111111

Color Harmonies of #B48FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FAC

Black with #B48FAC

Text Example


Text Example

White with #B48FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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