#B48698

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

Shades of Viola #B48698

Tints of Viola #B48698

Color information

#B48698 (or 0xB48698) is unknown color: approx Viola. HEX triplet: B4, 86 and 98. RGB value is (180,134,152). Sum of RGB (Red+Green+Blue) = 180+134+152=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B48698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48698 is #4B7967. Grayscale: #959595. Windows color (decimal): -4946280 or 9995956. OLE color: 9995956.

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

Color convert

RGB180134152-
CMYK00.260.160.29
HSL336.52º23.47%61.57%-
HSV(B)336.52º25.56%70.59%-
XYZ33.0129.0233.57-
YUV149.81129.24149.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=38.63%
G=28.76%
B=32.62%

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
Decimal18013415200.260.160.29336.5223.4761.57
HexB4869801A101D151173e
Octal26420623003220355212776
Binary101101001000011010011000011010100001110110101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48698; }

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

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

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

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

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

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

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

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