#B48B9A

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

Shades of Viola #B48B9A

Tints of Viola #B48B9A

Color information

#B48B9A (or 0xB48B9A) is unknown color: approx Viola. HEX triplet: B4, 8B and 9A. RGB value is (180,139,154). Sum of RGB (Red+Green+Blue) = 180+139+154=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B9A is #4B7465. Grayscale: #989898. Windows color (decimal): -4944998 or 10128308. OLE color: 10128308.

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

Color convert

RGB180139154-
CMYK00.230.140.29
HSL338.05º21.47%62.55%-
HSV(B)338.05º22.78%70.59%-
XYZ33.8930.534.67-
YUV152.97128.58147.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=38.05%
G=29.39%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013915400.230.140.29338.0521.4762.55
HexB48B9A017E1D152153f
Octal26421323202716355222577
Binary10110100100010111001101001011111101110110101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B9A; }

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

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

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

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

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

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

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

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