#B4898A

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

Shades of Viola #B4898A

Tints of Viola #B4898A

Color information

#B4898A (or 0xB4898A) is unknown color: approx Viola. HEX triplet: B4, 89 and 8A. RGB value is (180,137,138). Sum of RGB (Red+Green+Blue) = 180+137+138=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4898A is #4B7675. Grayscale: #969696. Windows color (decimal): -4945526 or 9079220. OLE color: 9079220.

HSL color Cylindrical-coordinate representation of color #B4898A: hue angle of 358.6º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4898A is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180137138-
CMYK00.240.230.29
HSL358.6º22.28%62.16%-
HSV(B)358.6º23.89%70.59%-
XYZ32.3629.4328.02-
YUV149.97121.25149.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=39.56%
G=30.11%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013713800.240.230.29358.622.2862.16
HexB4898A018171D167163e
Octal26421121203027355472676
Binary101101001000100110001010011000101111110110110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4898A; }

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

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

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

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

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

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

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

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