#BF7A7B

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

Shades of Tapestry #BF7A7B

Tints of Tapestry #BF7A7B

Color information

#BF7A7B (or 0xBF7A7B) is unknown color: approx Tapestry. HEX triplet: BF, 7A and 7B. RGB value is (191,122,123). Sum of RGB (Red+Green+Blue) = 191+122+123=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A7B is #408584. Grayscale: #8E8E8E. Windows color (decimal): -4228485 or 8092351. OLE color: 8092351.

HSL color Cylindrical-coordinate representation of color #BF7A7B: hue angle of 359.13º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7A7B is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191122123-
CMYK00.360.360.25
HSL359.13º35.03%61.37%-
HSV(B)359.13º36.13%74.9%-
XYZ32.0226.4322.15-
YUV142.74116.86162.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=43.81%
G=27.98%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112212300.360.360.25359.1335.0361.37
HexBF7A7B0242419167233d
Octal27717217304444315474375
Binary1011111111110101111011010010010010011001101100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A7B; }

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

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

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

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

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

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

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

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