#BD8795

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

Shades of Viola #BD8795

Tints of Viola #BD8795

Color information

#BD8795 (or 0xBD8795) is unknown color: approx Viola. HEX triplet: BD, 87 and 95. RGB value is (189,135,149). Sum of RGB (Red+Green+Blue) = 189+135+149=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8795 is #42786A. Grayscale: #989898. Windows color (decimal): -4356203 or 9799613. OLE color: 9799613.

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

Color convert

RGB189135149-
CMYK00.290.210.26
HSL344.44º29.03%63.53%-
HSV(B)344.44º28.57%74.12%-
XYZ35.0830.3232.44-
YUV152.74125.89153.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=39.96%
G=28.54%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913514900.290.210.26344.4429.0363.53
HexBD879501D151A1581d40
Octal275207225035253253035100
Binary1011110110000111100101010111011010111010101011000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8795; }

 p { color: rgb(189,135,149); }

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

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

 a { background-color: rgb(189,135,149); }

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

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

 span { border-color: rgb(189,135,149); }

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