#B58692

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

Shades of Viola #B58692

Tints of Viola #B58692

Color information

#B58692 (or 0xB58692) is unknown color: approx Viola. HEX triplet: B5, 86 and 92. RGB value is (181,134,146). Sum of RGB (Red+Green+Blue) = 181+134+146=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B58692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58692 is #4A796D. Grayscale: #959595. Windows color (decimal): -4880750 or 9602741. OLE color: 9602741.

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

Color convert

RGB181134146-
CMYK00.260.190.29
HSL344.68º24.1%61.76%-
HSV(B)344.68º25.97%70.98%-
XYZ32.7728.9531.05-
YUV149.42126.07150.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=39.26%
G=29.07%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113414600.260.190.29344.6824.161.76
HexB5869201A131D159183e
Octal26520622203223355313076
Binary101101011000011010010010011010100111110110101100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58692; }

 p { color: rgb(181,134,146); }

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

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

 a { background-color: rgb(181,134,146); }

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

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

 span { border-color: rgb(181,134,146); }

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