#BF7384

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

Shades of Tapestry #BF7384

Tints of Tapestry #BF7384

Color information

#BF7384 (or 0xBF7384) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 84. RGB value is (191,115,132). Sum of RGB (Red+Green+Blue) = 191+115+132=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7384 is #408C7B. Grayscale: #8B8B8B. Windows color (decimal): -4230268 or 8680383. OLE color: 8680383.

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

Color convert

RGB191115132-
CMYK00.400.310.25
HSL346.58º37.25%60%-
HSV(B)346.58º39.79%74.9%-
XYZ31.782524.98-
YUV139.66123.68164.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=43.61%
G=26.26%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111513200.400.310.25346.5837.2560
HexBF73840281F1915b253c
Octal27716320405037315334574
Binary1011111111100111000010001010001111111001101011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7384; }

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

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

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

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

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

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

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

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