#BF787B

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

Shades of Tapestry #BF787B

Tints of Tapestry #BF787B

Color information

#BF787B (or 0xBF787B) is unknown color: approx Tapestry. HEX triplet: BF, 78 and 7B. RGB value is (191,120,123). Sum of RGB (Red+Green+Blue) = 191+120+123=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF787B is #408784. Grayscale: #8D8D8D. Windows color (decimal): -4228997 or 8091839. OLE color: 8091839.

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

Color convert

RGB191120123-
CMYK00.370.360.25
HSL357.46º35.68%60.98%-
HSV(B)357.46º37.17%74.9%-
XYZ31.7825.9422.07-
YUV141.57117.52163.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=44.01%
G=27.65%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112012300.370.360.25357.4635.6860.98
HexBF787B0252419165243d
Octal27717017304544315454475
Binary1011111111110001111011010010110010011001101100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF787B; }

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

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

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

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

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

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

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

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