#BD737B

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

Shades of Tapestry #BD737B

Tints of Tapestry #BD737B

Color information

#BD737B (or 0xBD737B) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 7B. RGB value is (189,115,123). Sum of RGB (Red+Green+Blue) = 189+115+123=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD737B is #428C84. Grayscale: #8A8A8A. Windows color (decimal): -4361349 or 8090557. OLE color: 8090557.

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

Color convert

RGB189115123-
CMYK00.390.350.26
HSL353.51º35.92%59.61%-
HSV(B)353.51º39.15%74.12%-
XYZ30.6924.5121.85-
YUV138.04119.52164.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=44.26%
G=26.93%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911512300.390.350.26353.5135.9259.61
HexBD737B027231A162243c
Octal27516317304743325424474
Binary1011110111100111111011010011110001111010101100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD737B; }

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

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

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

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

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

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

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

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