#BD737E

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

Shades of Tapestry #BD737E

Tints of Tapestry #BD737E

Color information

#BD737E (or 0xBD737E) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 7E. RGB value is (189,115,126). Sum of RGB (Red+Green+Blue) = 189+115+126=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD737E is #428C81. Grayscale: #8A8A8A. Windows color (decimal): -4361346 or 8287165. OLE color: 8287165.

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

Color convert

RGB189115126-
CMYK00.390.330.26
HSL351.08º35.92%59.61%-
HSV(B)351.08º39.15%74.12%-
XYZ30.8824.5922.86-
YUV138.38121.02164.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=43.95%
G=26.74%
B=29.30%

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
Decimal18911512600.390.330.26351.0835.9259.61
HexBD737E027211A15f243c
Octal27516317604741325374474
Binary1011110111100111111110010011110000111010101011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD737E; }

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

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

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

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

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

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

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

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