#BF737A

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

Shades of Tapestry #BF737A

Tints of Tapestry #BF737A

Color information

#BF737A (or 0xBF737A) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 7A. RGB value is (191,115,122). Sum of RGB (Red+Green+Blue) = 191+115+122=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF737A is #408C85. Grayscale: #8A8A8A. Windows color (decimal): -4230278 or 8025023. OLE color: 8025023.

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

Color convert

RGB191115122-
CMYK00.400.360.25
HSL354.47º37.25%60%-
HSV(B)354.47º39.79%74.9%-
XYZ31.1324.7421.55-
YUV138.52118.68165.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=44.63%
G=26.87%
B=28.50%

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
Decimal19111512200.400.360.25354.4737.2560
HexBF737A0282419162253c
Octal27716317205044315424574
Binary1011111111100111111010010100010010011001101100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF737A; }

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

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

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

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

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

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

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

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