#B48593

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

Shades of Viola #B48593

Tints of Viola #B48593

Color information

#B48593 (or 0xB48593) is unknown color: approx Viola. HEX triplet: B4, 85 and 93. RGB value is (180,133,147). Sum of RGB (Red+Green+Blue) = 180+133+147=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B48593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48593 is #4B7A6C. Grayscale: #949494. Windows color (decimal): -4946541 or 9668020. OLE color: 9668020.

HSL color Cylindrical-coordinate representation of color #B48593: hue angle of 342.13º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48593 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180133147-
CMYK00.260.180.29
HSL342.13º23.86%61.37%-
HSV(B)342.13º26.11%70.59%-
XYZ32.4828.5831.41-
YUV148.65127.07150.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=39.13%
G=28.91%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013314700.260.180.29342.1323.8661.37
HexB4859301A121D156183d
Octal26420522303222355263075
Binary101101001000010110010011011010100101110110101011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48593; }

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

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

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

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

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

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

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

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