#BD7278

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

Shades of Tapestry #BD7278

Tints of Tapestry #BD7278

Color information

#BD7278 (or 0xBD7278) is unknown color: approx Tapestry. HEX triplet: BD, 72 and 78. RGB value is (189,114,120). Sum of RGB (Red+Green+Blue) = 189+114+120=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7278 is #428D87. Grayscale: #898989. Windows color (decimal): -4361608 or 7893693. OLE color: 7893693.

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

Color convert

RGB189114120-
CMYK00.400.370.26
HSL355.2º36.23%59.41%-
HSV(B)355.2º39.68%74.12%-
XYZ30.3924.2120.84-
YUV137.11118.35165.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=44.68%
G=26.95%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911412000.400.370.26355.236.2359.41
HexBD7278028251A163243b
Octal27516217005045325434473
Binary1011110111100101111000010100010010111010101100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7278; }

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

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

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

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

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

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

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

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