#B48B9C

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

Shades of Viola #B48B9C

Tints of Viola #B48B9C

Color information

#B48B9C (or 0xB48B9C) is unknown color: approx Viola. HEX triplet: B4, 8B and 9C. RGB value is (180,139,156). Sum of RGB (Red+Green+Blue) = 180+139+156=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B9C is #4B7463. Grayscale: #999999. Windows color (decimal): -4944996 or 10259380. OLE color: 10259380.

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

Color convert

RGB180139156-
CMYK00.230.130.29
HSL335.12º21.47%62.55%-
HSV(B)335.12º22.78%70.59%-
XYZ34.0630.5735.56-
YUV153.2129.58147.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=37.89%
G=29.26%
B=32.84%

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
Decimal18013915600.230.130.29335.1221.4762.55
HexB48B9C017D1D14f153f
Octal26421323402715355172577
Binary10110100100010111001110001011111011110110100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B9C; }

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

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

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

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

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

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

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

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