#BD738A

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

Shades of Tapestry #BD738A

Tints of Tapestry #BD738A

Color information

#BD738A (or 0xBD738A) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 8A. RGB value is (189,115,138). Sum of RGB (Red+Green+Blue) = 189+115+138=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD738A is #428C75. Grayscale: #8B8B8B. Windows color (decimal): -4361334 or 9073597. OLE color: 9073597.

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

Color convert

RGB189115138-
CMYK00.390.270.26
HSL341.35º35.92%59.61%-
HSV(B)341.35º39.15%74.12%-
XYZ31.724.9227.18-
YUV139.75127.02163.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=42.76%
G=26.02%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911513800.390.270.26341.3535.9259.61
HexBD738A0271B1A155243c
Octal27516321204733325254474
Binary1011110111100111000101001001111101111010101010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD738A; }

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

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

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

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

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

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

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

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