#B98592

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

Shades of Viola #B98592

Tints of Viola #B98592

Color information

#B98592 (or 0xB98592) is unknown color: approx Viola. HEX triplet: B9, 85 and 92. RGB value is (185,133,146). Sum of RGB (Red+Green+Blue) = 185+133+146=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B98592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98592 is #467A6D. Grayscale: #969696. Windows color (decimal): -4618862 or 9602489. OLE color: 9602489.

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

Color convert

RGB185133146-
CMYK00.280.210.27
HSL345º27.08%62.35%-
HSV(B)345º28.11%72.55%-
XYZ33.5829.1631.05-
YUV150.03125.73152.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=39.87%
G=28.66%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513314600.280.210.2734527.0862.35
HexB9859201C151B1591b3e
Octal27120522203425335313376
Binary101110011000010110010010011100101011101110101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98592; }

 p { color: rgb(185,133,146); }

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

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

 a { background-color: rgb(185,133,146); }

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

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

 span { border-color: rgb(185,133,146); }

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