#BF9B57

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

Shades of Twine #BF9B57

Tints of Twine #BF9B57

Color information

#BF9B57 (or 0xBF9B57) is unknown color: approx Twine. HEX triplet: BF, 9B and 57. RGB value is (191,155,87). Sum of RGB (Red+Green+Blue) = 191+155+87=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9B57 is #4064A8. Grayscale: #9E9E9E. Windows color (decimal): -4220073 or 5741503. OLE color: 5741503.

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

Color convert

RGB19115587-
CMYK00.190.540.25
HSL39.23º44.83%54.51%-
HSV(B)39.23º54.45%74.9%-
XYZ34.9335.2113.97-
YUV158.0187.93151.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 87 (34.38% from 255) = 20.09%
R=44.11%
G=35.80%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911558700.190.540.2539.2344.8354.51
HexBF9B570133619272d37
Octal2772331270236631475567
Binary1011111110011011101011101001111011011001100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B57; }

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

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

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

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

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

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

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

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