#BF737B

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

Shades of Tapestry #BF737B

Tints of Tapestry #BF737B

Color information

#BF737B (or 0xBF737B) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 7B. RGB value is (191,115,123). Sum of RGB (Red+Green+Blue) = 191+115+123=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF737B is #408C84. Grayscale: #8A8A8A. Windows color (decimal): -4230277 or 8090559. OLE color: 8090559.

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

Color convert

RGB191115123-
CMYK00.400.360.25
HSL353.68º37.25%60%-
HSV(B)353.68º39.79%74.9%-
XYZ31.1924.7721.88-
YUV138.64119.18165.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=44.52%
G=26.81%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111512300.400.360.25353.6837.2560
HexBF737B0282419162253c
Octal27716317305044315424574
Binary1011111111100111111011010100010010011001101100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF737B; }

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

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

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

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

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

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

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

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