#B98A8B

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

Shades of Viola #B98A8B

Tints of Viola #B98A8B

Color information

#B98A8B (or 0xB98A8B) is unknown color: approx Viola. HEX triplet: B9, 8A and 8B. RGB value is (185,138,139). Sum of RGB (Red+Green+Blue) = 185+138+139=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A8B is #467574. Grayscale: #989898. Windows color (decimal): -4617589 or 9145017. OLE color: 9145017.

HSL color Cylindrical-coordinate representation of color #B98A8B: hue angle of 358.72º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98A8B is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB185138139-
CMYK00.250.250.27
HSL358.72º25.13%63.33%-
HSV(B)358.72º25.41%72.55%-
XYZ33.7630.3628.51-
YUV152.17120.57151.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=40.04%
G=29.87%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513813900.250.250.27358.7225.1363.33
HexB98A8B019191B167193f
Octal27121221303131335473177
Binary101110011000101010001011011001110011101110110011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A8B; }

 p { color: rgb(185,138,139); }

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

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

 a { background-color: rgb(185,138,139); }

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

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

 span { border-color: rgb(185,138,139); }

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