#BD738E

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

Shades of Tapestry #BD738E

Tints of Tapestry #BD738E

Color information

#BD738E (or 0xBD738E) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 8E. RGB value is (189,115,142). Sum of RGB (Red+Green+Blue) = 189+115+142=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD738E is #428C71. Grayscale: #8C8C8C. Windows color (decimal): -4361330 or 9335741. OLE color: 9335741.

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

Color convert

RGB189115142-
CMYK00.390.250.26
HSL338.11º35.92%59.61%-
HSV(B)338.11º39.15%74.12%-
XYZ3225.0328.74-
YUV140.2129.02162.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=42.38%
G=25.78%
B=31.84%

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
Decimal18911514200.390.250.26338.1135.9259.61
HexBD738E027191A152243c
Octal27516321604731325224474
Binary1011110111100111000111001001111100111010101010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD738E; }

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

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

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

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

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

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

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

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