#B48F9A

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

Shades of Viola #B48F9A

Tints of Viola #B48F9A

Color information

#B48F9A (or 0xB48F9A) is unknown color: approx Viola. HEX triplet: B4, 8F and 9A. RGB value is (180,143,154). Sum of RGB (Red+Green+Blue) = 180+143+154=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F9A is #4B7065. Grayscale: #9B9B9B. Windows color (decimal): -4943974 or 10129332. OLE color: 10129332.

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

Color convert

RGB180143154-
CMYK00.210.140.29
HSL342.16º19.79%63.33%-
HSV(B)342.16º20.56%70.59%-
XYZ34.4831.6834.87-
YUV155.32127.26145.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=37.74%
G=29.98%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014315400.210.140.29342.1619.7963.33
HexB48F9A015E1D156143f
Octal26421723202516355262477
Binary10110100100011111001101001010111101110110101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F9A; }

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

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

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

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

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

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

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

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