#BF8057

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

Shades of Twine #BF8057

Tints of Twine #BF8057

Color information

#BF8057 (or 0xBF8057) is unknown color: approx Twine. HEX triplet: BF, 80 and 57. RGB value is (191,128,87). Sum of RGB (Red+Green+Blue) = 191+128+87=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8057 is #407FA8. Grayscale: #8E8E8E. Windows color (decimal): -4226985 or 5734591. OLE color: 5734591.

HSL color Cylindrical-coordinate representation of color #BF8057: hue angle of 23.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF8057 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19112887-
CMYK00.330.540.25
HSL23.65º44.83%54.51%-
HSV(B)23.65º54.45%74.9%-
XYZ30.9327.212.64-
YUV142.1696.87162.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 87 (34.38% from 255) = 21.43%
R=47.04%
G=31.53%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911288700.330.540.2523.6544.8354.51
HexBF80570213619182d37
Octal2772001270416631305567
Binary1011111110000000101011101000011101101100111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8057; }

 p { color: rgb(191,128,87); }

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

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

 a { background-color: rgb(191,128,87); }

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

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

 span { border-color: rgb(191,128,87); }

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