#B08997

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

Shades of Viola #B08997

Tints of Viola #B08997

Color information

#B08997 (or 0xB08997) is unknown color: approx Viola. HEX triplet: B0, 89 and 97. RGB value is (176,137,151). Sum of RGB (Red+Green+Blue) = 176+137+151=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B08997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08997 is #4F7668. Grayscale: #969696. Windows color (decimal): -5207657 or 9931184. OLE color: 9931184.

HSL color Cylindrical-coordinate representation of color #B08997: hue angle of 338.46º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08997 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176137151-
CMYK00.220.140.31
HSL338.46º19.8%61.37%-
HSV(B)338.46º22.16%69.02%-
XYZ32.4429.3633.23-
YUV150.26128.42146.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 151 (59.38% from 255) = 32.54%
R=37.93%
G=29.53%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613715100.220.140.31338.4619.861.37
HexB08997016E1F152143d
Octal26021122702616375222475
Binary10110000100010011001011101011011101111110101001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08997; }

 p { color: rgb(176,137,151); }

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

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

 a { background-color: rgb(176,137,151); }

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

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

 span { border-color: rgb(176,137,151); }

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