#B48B8C

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

Shades of Viola #B48B8C

Tints of Viola #B48B8C

Color information

#B48B8C (or 0xB48B8C) is unknown color: approx Viola. HEX triplet: B4, 8B and 8C. RGB value is (180,139,140). Sum of RGB (Red+Green+Blue) = 180+139+140=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B8C is #4B7473. Grayscale: #979797. Windows color (decimal): -4945012 or 9210804. OLE color: 9210804.

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

Color convert

RGB180139140-
CMYK00.230.220.29
HSL358.54º21.47%62.55%-
HSV(B)358.54º22.78%70.59%-
XYZ32.7930.0628.89-
YUV151.37121.58148.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=39.22%
G=30.28%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013914000.230.220.29358.5421.4762.55
HexB48B8C017161D167153f
Octal26421321402726355472577
Binary101101001000101110001100010111101101110110110011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B8C; }

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

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

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

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

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

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

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

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