#B48796

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

Shades of Viola #B48796

Tints of Viola #B48796

Color information

#B48796 (or 0xB48796) is unknown color: approx Viola. HEX triplet: B4, 87 and 96. RGB value is (180,135,150). Sum of RGB (Red+Green+Blue) = 180+135+150=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48796 is #4B7869. Grayscale: #969696. Windows color (decimal): -4946026 or 9865140. OLE color: 9865140.

HSL color Cylindrical-coordinate representation of color #B48796: hue angle of 340º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B48796 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB180135150-
CMYK00.250.170.29
HSL340º23.08%61.76%-
HSV(B)340º25%70.59%-
XYZ32.9929.2332.76-
YUV150.16127.91149.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=38.71%
G=29.03%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013515000.250.170.2934023.0861.76
HexB48796019111D154173e
Octal26420722603121355242776
Binary101101001000011110010110011001100011110110101010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48796; }

 p { color: rgb(180,135,150); }

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

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

 a { background-color: rgb(180,135,150); }

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

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

 span { border-color: rgb(180,135,150); }

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