#B48F90

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

Shades of Viola #B48F90

Tints of Viola #B48F90

Color information

#B48F90 (or 0xB48F90) is unknown color: approx Viola. HEX triplet: B4, 8F and 90. RGB value is (180,143,144). Sum of RGB (Red+Green+Blue) = 180+143+144=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F90 is #4B706F. Grayscale: #9A9A9A. Windows color (decimal): -4943984 or 9473972. OLE color: 9473972.

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

Color convert

RGB180143144-
CMYK00.210.20.29
HSL358.38º19.79%63.33%-
HSV(B)358.38º20.56%70.59%-
XYZ33.6831.3630.66-
YUV154.18122.26146.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=38.54%
G=30.62%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014314400.210.20.29358.3819.7963.33
HexB48F90015141D166143f
Octal26421722002524355462477
Binary101101001000111110010000010101101001110110110011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F90; }

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

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

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

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

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

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

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

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