#B69097

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

Shades of Viola #B69097

Tints of Viola #B69097

Color information

#B69097 (or 0xB69097) is unknown color: approx Viola. HEX triplet: B6, 90 and 97. RGB value is (182,144,151). Sum of RGB (Red+Green+Blue) = 182+144+151=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B69097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69097 is #496F68. Grayscale: #9C9C9C. Windows color (decimal): -4812649 or 9932982. OLE color: 9932982.

HSL color Cylindrical-coordinate representation of color #B69097: hue angle of 348.95º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B69097 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB182144151-
CMYK00.210.170.29
HSL348.95º20.65%63.92%-
HSV(B)348.95º20.88%71.37%-
XYZ34.8532.1333.64-
YUV156.16125.09146.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 151 (59.38% from 255) = 31.66%
R=38.16%
G=30.19%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214415100.210.170.29348.9520.6563.92
HexB69097015111D15d1540
Octal266220227025213553525100
Binary1011011010010000100101110101011000111101101011101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69097; }

 p { color: rgb(182,144,151); }

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

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

 a { background-color: rgb(182,144,151); }

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

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

 span { border-color: rgb(182,144,151); }

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