#BD7279

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

Shades of Tapestry #BD7279

Tints of Tapestry #BD7279

Color information

#BD7279 (or 0xBD7279) is unknown color: approx Tapestry. HEX triplet: BD, 72 and 79. RGB value is (189,114,121). Sum of RGB (Red+Green+Blue) = 189+114+121=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7279 is #428D86. Grayscale: #898989. Windows color (decimal): -4361607 or 7959229. OLE color: 7959229.

HSL color Cylindrical-coordinate representation of color #BD7279: hue angle of 354.4º 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 #BD7279 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB189114121-
CMYK00.400.360.26
HSL354.4º36.23%59.41%-
HSV(B)354.4º39.68%74.12%-
XYZ30.4524.2321.16-
YUV137.22118.85164.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=44.58%
G=26.89%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911412100.400.360.26354.436.2359.41
HexBD7279028241A162243b
Octal27516217105044325424473
Binary1011110111100101111001010100010010011010101100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7279; }

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

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

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

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

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

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

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

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