#B48B8E

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

Shades of Viola #B48B8E

Tints of Viola #B48B8E

Color information

#B48B8E (or 0xB48B8E) is unknown color: approx Viola. HEX triplet: B4, 8B and 8E. RGB value is (180,139,142). Sum of RGB (Red+Green+Blue) = 180+139+142=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B8E is #4B7471. Grayscale: #979797. Windows color (decimal): -4945010 or 9341876. OLE color: 9341876.

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

Color convert

RGB180139142-
CMYK00.230.210.29
HSL355.61º21.47%62.55%-
HSV(B)355.61º22.78%70.59%-
XYZ32.9430.1229.67-
YUV151.6122.58148.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=39.05%
G=30.15%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013914200.230.210.29355.6121.4762.55
HexB48B8E017151D164153f
Octal26421321602725355442577
Binary101101001000101110001110010111101011110110110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B8E; }

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

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

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

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

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

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

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

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