#BF7378

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

Shades of Tapestry #BF7378

Tints of Tapestry #BF7378

Color information

#BF7378 (or 0xBF7378) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 78. RGB value is (191,115,120). Sum of RGB (Red+Green+Blue) = 191+115+120=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7378 is #408C87. Grayscale: #8A8A8A. Windows color (decimal): -4230280 or 7893951. OLE color: 7893951.

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

Color convert

RGB191115120-
CMYK00.400.370.25
HSL356.05º37.25%60%-
HSV(B)356.05º39.79%74.9%-
XYZ31.0124.6920.9-
YUV138.29117.68165.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=44.84%
G=27.00%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111512000.400.370.25356.0537.2560
HexBF73780282519164253c
Octal27716317005045315444574
Binary1011111111100111111000010100010010111001101100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7378; }

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

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

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

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

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

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

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

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