#BF6377

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

Shades of Tapestry #BF6377

Tints of Tapestry #BF6377

Color information

#BF6377 (or 0xBF6377) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 77. RGB value is (191,99,119). Sum of RGB (Red+Green+Blue) = 191+99+119=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6377 is #409C88. Grayscale: #808080. Windows color (decimal): -4234377 or 7824319. OLE color: 7824319.

HSL color Cylindrical-coordinate representation of color #BF6377: hue angle of 346.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6377 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19199119-
CMYK00.480.380.25
HSL346.96º41.82%56.86%-
HSV(B)346.96º48.17%74.9%-
XYZ29.2821.3320.03-
YUV128.79122.48172.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=46.70%
G=24.21%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919911900.480.380.25346.9641.8256.86
HexBF6377030261915b2a39
Octal27714316706046315335271
Binary1011111111000111110111011000010011011001101011011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6377; }

 p { color: rgb(191,99,119); }

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

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

 a { background-color: rgb(191,99,119); }

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

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

 span { border-color: rgb(191,99,119); }

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