#BF9A58

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

Shades of Twine #BF9A58

Tints of Twine #BF9A58

Color information

#BF9A58 (or 0xBF9A58) is unknown color: approx Twine. HEX triplet: BF, 9A and 58. RGB value is (191,154,88). Sum of RGB (Red+Green+Blue) = 191+154+88=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A58 is #4065A7. Grayscale: #9D9D9D. Windows color (decimal): -4220328 or 5806783. OLE color: 5806783.

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

Color convert

RGB19115488-
CMYK00.190.540.25
HSL38.45º44.59%54.71%-
HSV(B)38.45º53.93%74.9%-
XYZ34.834.8914.13-
YUV157.5488.76151.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=44.11%
G=35.57%
B=20.32%

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
Decimal1911548800.190.540.2538.4544.5954.71
HexBF9A580133619262d37
Octal2772321300236631465567
Binary1011111110011010101100001001111011011001100110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A58; }

 p { color: rgb(191,154,88); }

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

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

 a { background-color: rgb(191,154,88); }

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

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

 span { border-color: rgb(191,154,88); }

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