#BF738A

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

Shades of Tapestry #BF738A

Tints of Tapestry #BF738A

Color information

#BF738A (or 0xBF738A) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 8A. RGB value is (191,115,138). Sum of RGB (Red+Green+Blue) = 191+115+138=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF738A is #408C75. Grayscale: #8C8C8C. Windows color (decimal): -4230262 or 9073599. OLE color: 9073599.

HSL color Cylindrical-coordinate representation of color #BF738A: hue angle of 341.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF738A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB191115138-
CMYK00.400.280.25
HSL341.84º37.25%60%-
HSV(B)341.84º39.79%74.9%-
XYZ32.225.1727.21-
YUV140.35126.68164.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=43.02%
G=25.90%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111513800.400.280.25341.8437.2560
HexBF738A0281C19156253c
Octal27716321205034315264574
Binary1011111111100111000101001010001110011001101010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF738A; }

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

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

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

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

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

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

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

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