#B48B90

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

Shades of Viola #B48B90

Tints of Viola #B48B90

Color information

#B48B90 (or 0xB48B90) is unknown color: approx Viola. HEX triplet: B4, 8B and 90. RGB value is (180,139,144). Sum of RGB (Red+Green+Blue) = 180+139+144=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B90 is #4B746F. Grayscale: #979797. Windows color (decimal): -4945008 or 9472948. OLE color: 9472948.

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

Color convert

RGB180139144-
CMYK00.230.20.29
HSL352.68º21.47%62.55%-
HSV(B)352.68º22.78%70.59%-
XYZ33.0930.1830.47-
YUV151.83123.58148.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=38.88%
G=30.02%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013914400.230.20.29352.6821.4762.55
HexB48B90017141D161153f
Octal26421322002724355412577
Binary101101001000101110010000010111101001110110110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B90; }

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

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

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

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

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

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

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

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