#B48A90

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

Shades of Viola #B48A90

Tints of Viola #B48A90

Color information

#B48A90 (or 0xB48A90) is unknown color: approx Viola. HEX triplet: B4, 8A and 90. RGB value is (180,138,144). Sum of RGB (Red+Green+Blue) = 180+138+144=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A90 is #4B756F. Grayscale: #979797. Windows color (decimal): -4945264 or 9472692. OLE color: 9472692.

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

Color convert

RGB180138144-
CMYK00.230.20.29
HSL351.43º21.88%62.35%-
HSV(B)351.43º23.33%70.59%-
XYZ32.9429.8930.42-
YUV151.24123.91148.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=38.96%
G=29.87%
B=31.17%

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
Decimal18013814400.230.20.29351.4321.8862.35
HexB48A90017141D15f163e
Octal26421222002724355372676
Binary101101001000101010010000010111101001110110101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A90; }

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

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

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

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

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

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

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

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