#BF7483

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

Shades of Tapestry #BF7483

Tints of Tapestry #BF7483

Color information

#BF7483 (or 0xBF7483) is unknown color: approx Tapestry. HEX triplet: BF, 74 and 83. RGB value is (191,116,131). Sum of RGB (Red+Green+Blue) = 191+116+131=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7483 is #408B7C. Grayscale: #8C8C8C. Windows color (decimal): -4230013 or 8615103. OLE color: 8615103.

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

Color convert

RGB191116131-
CMYK00.390.310.25
HSL348º36.95%60.2%-
HSV(B)348º39.27%74.9%-
XYZ31.8325.2124.66-
YUV140.14122.85164.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 131 (51.56% from 255) = 29.91%
R=43.61%
G=26.48%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111613100.390.310.2534836.9560.2
HexBF74830271F1915c253c
Octal27716420304737315344574
Binary1011111111101001000001101001111111111001101011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7483; }

 p { color: rgb(191,116,131); }

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

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

 a { background-color: rgb(191,116,131); }

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

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

 span { border-color: rgb(191,116,131); }

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