#B68591

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

Shades of Viola #B68591

Tints of Viola #B68591

Color information

#B68591 (or 0xB68591) is unknown color: approx Viola. HEX triplet: B6, 85 and 91. RGB value is (182,133,145). Sum of RGB (Red+Green+Blue) = 182+133+145=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B68591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68591 is #497A6E. Grayscale: #959595. Windows color (decimal): -4815471 or 9536950. OLE color: 9536950.

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

Color convert

RGB182133145-
CMYK00.270.200.29
HSL345.31º25.13%61.76%-
HSV(B)345.31º26.92%71.37%-
XYZ32.7928.7630.61-
YUV149.02125.73151.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=39.57%
G=28.91%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213314500.270.200.29345.3125.1361.76
HexB6859101B141D159193e
Octal26620522103324355313176
Binary101101101000010110010001011011101001110110101100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68591; }

 p { color: rgb(182,133,145); }

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

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

 a { background-color: rgb(182,133,145); }

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

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

 span { border-color: rgb(182,133,145); }

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