Html Css Color HEX #B48CAE London Hue

📋 copy color: '#B48CAE'

red 180 ◦ green 140 ◦ blue 174

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

Shades of London Hue #B48CAE

Tints of London Hue #B48CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

 BLUE value IS 174 (68.36% from 255) = 35.22%

R = 36.44%
G = 28.34%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B48CAE (or 0xB48CAE) is known color: London Hue. HEX triplet: B4, 8C and AE. RGB value is (180,140,174). Sum of RGB (Red+Green+Blue) = 180+140+174=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B48CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48CAE is #4B7351. Grayscale: #9B9B9B. Windows color (decimal): -4944722 or 11439284. OLE color: 11439284.

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

Color convert

RGB 180 140 174 -
CMYK 0 0.22 0.03 0.29
HSL 309º 0.21% 0.63% -
HSV(B) 309º 0.22% 0.71% -
XYZ 35.84 31.52 44.24 -
YUV 155.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 180 140 174 0 0.22 0.03 0.29 309 0.21 0.63
Hex B4 8C AE 0 16 3 1D 135 15 3F
Octal 264 214 256 0 26 3 35 465 25 77
Binary 10110100 10001100 10101110 0 10110 11 11101 100110101 10101 111111

Color Harmonies of #B48CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CAE

Black with #B48CAE

Text Example


Text Example

White with #B48CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CAE; }

 p { color: rgb(180,140,174); }

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

background-color css

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

 a { background-color: rgb(180,140,174); }

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

border-color css

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

 span { border-color: rgb(180,140,174); }

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