#B48D8E

Color #B48D8E Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #B48D8E

Tints of Viola #B48D8E

Color information

#B48D8E (or 0xB48D8E) is unknown color: approx Viola. HEX triplet: B4, 8D and 8E. RGB value is (180,141,142). Sum of RGB (Red+Green+Blue) = 180+141+142=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D8E is #4B7271. Grayscale: #989898. Windows color (decimal): -4944498 or 9342388. OLE color: 9342388.

HSL color Cylindrical-coordinate representation of color #B48D8E: hue angle of 358.46º 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 #B48D8E is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB180141142-
CMYK00.220.210.29
HSL358.46º20.63%62.94%-
HSV(B)358.46º21.67%70.59%-
XYZ33.2330.7129.77-
YUV152.77121.92147.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=38.88%
G=30.45%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014114200.220.210.29358.4620.6362.94
HexB48D8E016151D166153f
Octal26421521602625355462577
Binary101101001000110110001110010110101011110110110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D8E; }

 p { color: rgb(180,141,142); }

 H1.HeaderClassName
 {
   color: #B48D8E;
 }
 .AnyTagClassName
 {
   color: #B48D8E;
 }
</style>
background-color css

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

 a { background-color: rgb(180,141,142); }

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

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

 span { border-color: rgb(180,141,142); }

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