#B48797

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

Shades of Viola #B48797

Tints of Viola #B48797

Color information

#B48797 (or 0xB48797) is unknown color: approx Viola. HEX triplet: B4, 87 and 97. RGB value is (180,135,151). Sum of RGB (Red+Green+Blue) = 180+135+151=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B48797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48797 is #4B7868. Grayscale: #969696. Windows color (decimal): -4946025 or 9930676. OLE color: 9930676.

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

Color convert

RGB180135151-
CMYK00.250.160.29
HSL338.67º23.08%61.76%-
HSV(B)338.67º25%70.59%-
XYZ33.0729.2733.18-
YUV150.28128.41149.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=38.63%
G=28.97%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013515100.250.160.29338.6723.0861.76
HexB48797019101D153173e
Octal26420722703120355232776
Binary101101001000011110010111011001100001110110101001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48797; }

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

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

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

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

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

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

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

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