#BD6784

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

Shades of Tapestry #BD6784

Tints of Tapestry #BD6784

Color information

#BD6784 (or 0xBD6784) is unknown color: approx Tapestry. HEX triplet: BD, 67 and 84. RGB value is (189,103,132). Sum of RGB (Red+Green+Blue) = 189+103+132=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6784 is #42987B. Grayscale: #838383. Windows color (decimal): -4364412 or 8677309. OLE color: 8677309.

HSL color Cylindrical-coordinate representation of color #BD6784: hue angle of 339.77º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6784 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189103132-
CMYK00.460.300.26
HSL339.77º39.45%57.25%-
HSV(B)339.77º45.5%74.12%-
XYZ3022.1924.53-
YUV132.02127.99168.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=44.58%
G=24.29%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910313200.460.300.26339.7739.4557.25
HexBD678402E1E1A1542739
Octal27514720405636325244771
Binary1011110111001111000010001011101111011010101010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6784; }

 p { color: rgb(189,103,132); }

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

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

 a { background-color: rgb(189,103,132); }

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

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

 span { border-color: rgb(189,103,132); }

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