#BD738D

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

Shades of Tapestry #BD738D

Tints of Tapestry #BD738D

Color information

#BD738D (or 0xBD738D) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 8D. RGB value is (189,115,141). Sum of RGB (Red+Green+Blue) = 189+115+141=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD738D is #428C72. Grayscale: #8C8C8C. Windows color (decimal): -4361331 or 9270205. OLE color: 9270205.

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

Color convert

RGB189115141-
CMYK00.390.250.26
HSL338.92º35.92%59.61%-
HSV(B)338.92º39.15%74.12%-
XYZ31.922528.34-
YUV140.09128.52162.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=42.47%
G=25.84%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911514100.390.250.26338.9235.9259.61
HexBD738D027191A153243c
Octal27516321504731325234474
Binary1011110111100111000110101001111100111010101010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD738D; }

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

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

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

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

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

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

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

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