#B48F93

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

Shades of Viola #B48F93

Tints of Viola #B48F93

Color information

#B48F93 (or 0xB48F93) is unknown color: approx Viola. HEX triplet: B4, 8F and 93. RGB value is (180,143,147). Sum of RGB (Red+Green+Blue) = 180+143+147=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F93 is #4B706C. Grayscale: #9A9A9A. Windows color (decimal): -4943981 or 9670580. OLE color: 9670580.

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

Color convert

RGB180143147-
CMYK00.210.180.29
HSL353.51º19.79%63.33%-
HSV(B)353.51º20.56%70.59%-
XYZ33.9131.4531.89-
YUV154.52123.76146.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=38.30%
G=30.43%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014314700.210.180.29353.5119.7963.33
HexB48F93015121D162143f
Octal26421722302522355422477
Binary101101001000111110010011010101100101110110110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F93; }

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

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

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

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

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

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

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

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