#BF9559

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

Shades of Twine #BF9559

Tints of Twine #BF9559

Color information

#BF9559 (or 0xBF9559) is unknown color: approx Twine. HEX triplet: BF, 95 and 59. RGB value is (191,149,89). Sum of RGB (Red+Green+Blue) = 191+149+89=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9559 is #406AA6. Grayscale: #9A9A9A. Windows color (decimal): -4221607 or 5871039. OLE color: 5871039.

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

Color convert

RGB19114989-
CMYK00.220.530.25
HSL35.29º44.35%54.9%-
HSV(B)35.29º53.4%74.9%-
XYZ34.0433.2914.08-
YUV154.7290.91153.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=44.52%
G=34.73%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911498900.220.530.2535.2944.3554.9
HexBF95590163519232c37
Octal2772251310266531435467
Binary1011111110010101101100101011011010111001100011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9559; }

 p { color: rgb(191,149,89); }

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

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

 a { background-color: rgb(191,149,89); }

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

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

 span { border-color: rgb(191,149,89); }

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