#BD737F

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

Shades of Tapestry #BD737F

Tints of Tapestry #BD737F

Color information

#BD737F (or 0xBD737F) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 7F. RGB value is (189,115,127). Sum of RGB (Red+Green+Blue) = 189+115+127=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD737F is #428C80. Grayscale: #8A8A8A. Windows color (decimal): -4361345 or 8352701. OLE color: 8352701.

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

Color convert

RGB189115127-
CMYK00.390.330.26
HSL350.27º35.92%59.61%-
HSV(B)350.27º39.15%74.12%-
XYZ30.9524.6123.2-
YUV138.49121.52164.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 127 (50% from 255) = 29.47%
R=43.85%
G=26.68%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911512700.390.330.26350.2735.9259.61
HexBD737F027211A15e243c
Octal27516317704741325364474
Binary1011110111100111111111010011110000111010101011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD737F; }

 p { color: rgb(189,115,127); }

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

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

 a { background-color: rgb(189,115,127); }

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

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

 span { border-color: rgb(189,115,127); }

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