#BD7078

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

Shades of Tapestry #BD7078

Tints of Tapestry #BD7078

Color information

#BD7078 (or 0xBD7078) is unknown color: approx Tapestry. HEX triplet: BD, 70 and 78. RGB value is (189,112,120). Sum of RGB (Red+Green+Blue) = 189+112+120=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7078 is #428F87. Grayscale: #878787. Windows color (decimal): -4362120 or 7893181. OLE color: 7893181.

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

Color convert

RGB189112120-
CMYK00.410.370.26
HSL353.77º36.84%59.02%-
HSV(B)353.77º40.74%74.12%-
XYZ30.1723.7620.77-
YUV135.94119.01165.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=44.89%
G=26.60%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911212000.410.370.26353.7736.8459.02
HexBD7078029251A162253b
Octal27516017005145325424573
Binary1011110111100001111000010100110010111010101100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7078; }

 p { color: rgb(189,112,120); }

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

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

 a { background-color: rgb(189,112,120); }

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

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

 span { border-color: rgb(189,112,120); }

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