#B48C9A

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

Shades of Viola #B48C9A

Tints of Viola #B48C9A

Color information

#B48C9A (or 0xB48C9A) is unknown color: approx Viola. HEX triplet: B4, 8C and 9A. RGB value is (180,140,154). Sum of RGB (Red+Green+Blue) = 180+140+154=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48C9A is #4B7365. Grayscale: #999999. Windows color (decimal): -4944742 or 10128564. OLE color: 10128564.

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

Color convert

RGB180140154-
CMYK00.220.140.29
HSL339º21.05%62.75%-
HSV(B)339º22.22%70.59%-
XYZ34.0330.7934.72-
YUV153.56128.25146.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=37.97%
G=29.54%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014015400.220.140.2933921.0562.75
HexB48C9A016E1D153153f
Octal26421423202616355232577
Binary10110100100011001001101001011011101110110101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C9A; }

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

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

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

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

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

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

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

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