#BF9556

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

Shades of Twine #BF9556

Tints of Twine #BF9556

Color information

#BF9556 (or 0xBF9556) is unknown color: approx Twine. HEX triplet: BF, 95 and 56. RGB value is (191,149,86). Sum of RGB (Red+Green+Blue) = 191+149+86=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9556 is #406AA9. Grayscale: #9A9A9A. Windows color (decimal): -4221610 or 5674431. OLE color: 5674431.

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

Color convert

RGB19114986-
CMYK00.220.550.25
HSL36º45.06%54.31%-
HSV(B)36º54.97%74.9%-
XYZ33.9133.2413.43-
YUV154.3889.41154.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=44.84%
G=34.98%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911498600.220.550.253645.0654.31
HexBF95560163719242d36
Octal2772251260266731445566
Binary1011111110010101101011001011011011111001100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9556; }

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

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

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

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

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

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

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

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