#B48697

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

Shades of Viola #B48697

Tints of Viola #B48697

Color information

#B48697 (or 0xB48697) is unknown color: approx Viola. HEX triplet: B4, 86 and 97. RGB value is (180,134,151). Sum of RGB (Red+Green+Blue) = 180+134+151=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48697 is #4B7968. Grayscale: #959595. Windows color (decimal): -4946281 or 9930420. OLE color: 9930420.

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

Color convert

RGB180134151-
CMYK00.260.160.29
HSL337.83º23.47%61.57%-
HSV(B)337.83º25.56%70.59%-
XYZ32.9328.9933.14-
YUV149.69128.74149.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 151 (59.38% from 255) = 32.47%
R=38.71%
G=28.82%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013415100.260.160.29337.8323.4761.57
HexB4869701A101D152173e
Octal26420622703220355222776
Binary101101001000011010010111011010100001110110101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48697; }

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

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

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

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

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

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

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

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