#B48A9C

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

Shades of Viola #B48A9C

Tints of Viola #B48A9C

Color information

#B48A9C (or 0xB48A9C) is unknown color: approx Viola. HEX triplet: B4, 8A and 9C. RGB value is (180,138,156). Sum of RGB (Red+Green+Blue) = 180+138+156=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A9C is #4B7563. Grayscale: #989898. Windows color (decimal): -4945252 or 10259124. OLE color: 10259124.

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

Color convert

RGB180138156-
CMYK00.230.130.29
HSL334.29º21.88%62.35%-
HSV(B)334.29º23.33%70.59%-
XYZ33.9130.2835.51-
YUV152.61129.91147.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=37.97%
G=29.11%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013815600.230.130.29334.2921.8862.35
HexB48A9C017D1D14e163e
Octal26421223402715355162676
Binary10110100100010101001110001011111011110110100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A9C; }

 p { color: rgb(180,138,156); }

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

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

 a { background-color: rgb(180,138,156); }

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

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

 span { border-color: rgb(180,138,156); }

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