#BD8D97

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

Shades of Viola #BD8D97

Tints of Viola #BD8D97

Color information

#BD8D97 (or 0xBD8D97) is unknown color: approx Viola. HEX triplet: BD, 8D and 97. RGB value is (189,141,151). Sum of RGB (Red+Green+Blue) = 189+141+151=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D97 is #427268. Grayscale: #9C9C9C. Windows color (decimal): -4354665 or 9932221. OLE color: 9932221.

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

Color convert

RGB189141151-
CMYK00.250.200.26
HSL347.5º26.67%64.71%-
HSV(B)347.5º25.4%74.12%-
XYZ36.132.133.57-
YUV156.49124.9151.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 151 (59.38% from 255) = 31.39%
R=39.29%
G=29.31%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914115100.250.200.26347.526.6764.71
HexBD8D97019141A15c1b41
Octal275215227031243253433101
Binary1011110110001101100101110110011010011010101011100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D97; }

 p { color: rgb(189,141,151); }

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

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

 a { background-color: rgb(189,141,151); }

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

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

 span { border-color: rgb(189,141,151); }

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