#B48694

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

Shades of Viola #B48694

Tints of Viola #B48694

Color information

#B48694 (or 0xB48694) is unknown color: approx Viola. HEX triplet: B4, 86 and 94. RGB value is (180,134,148). Sum of RGB (Red+Green+Blue) = 180+134+148=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48694 is #4B796B. Grayscale: #959595. Windows color (decimal): -4946284 or 9733812. OLE color: 9733812.

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

Color convert

RGB180134148-
CMYK00.260.180.29
HSL341.74º23.47%61.57%-
HSV(B)341.74º25.56%70.59%-
XYZ32.6928.8931.87-
YUV149.35127.24149.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=38.96%
G=29.00%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013414800.260.180.29341.7423.4761.57
HexB4869401A121D156173e
Octal26420622403222355262776
Binary101101001000011010010100011010100101110110101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48694; }

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

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

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

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

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

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

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

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