#B48B8F

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

Shades of Viola #B48B8F

Tints of Viola #B48B8F

Color information

#B48B8F (or 0xB48B8F) is unknown color: approx Viola. HEX triplet: B4, 8B and 8F. RGB value is (180,139,143). Sum of RGB (Red+Green+Blue) = 180+139+143=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B8F is #4B7470. Grayscale: #979797. Windows color (decimal): -4945009 or 9407412. OLE color: 9407412.

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

Color convert

RGB180139143-
CMYK00.230.210.29
HSL354.15º21.47%62.55%-
HSV(B)354.15º22.78%70.59%-
XYZ33.0130.1530.07-
YUV151.71123.08148.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=38.96%
G=30.09%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013914300.230.210.29354.1521.4762.55
HexB48B8F017151D162153f
Octal26421321702725355422577
Binary101101001000101110001111010111101011110110110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B8F; }

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

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

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

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

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

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

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

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