#B48795

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

Shades of Viola #B48795

Tints of Viola #B48795

Color information

#B48795 (or 0xB48795) is unknown color: approx Viola. HEX triplet: B4, 87 and 95. RGB value is (180,135,149). Sum of RGB (Red+Green+Blue) = 180+135+149=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B48795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48795 is #4B786A. Grayscale: #969696. Windows color (decimal): -4946027 or 9799604. OLE color: 9799604.

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

Color convert

RGB180135149-
CMYK00.250.170.29
HSL341.33º23.08%61.76%-
HSV(B)341.33º25%70.59%-
XYZ32.9129.232.34-
YUV150.05127.41149.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=38.79%
G=29.09%
B=32.11%

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
Decimal18013514900.250.170.29341.3323.0861.76
HexB48795019111D155173e
Octal26420722503121355252776
Binary101101001000011110010101011001100011110110101010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48795; }

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

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

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

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

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

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

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

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